test/script/basic/run-octane.js

Print this page

        

*** 50,60 **** ]; var dir = (typeof(__DIR__) == 'undefined') ? "test/script/basic/" : __DIR__; // TODO: why is this path hard coded when it's defined in project properties? ! var path = dir + "../external/octane/benchmarks/"; var runtime = ""; var verbose = false; var numberOfIterations = 5; --- 50,60 ---- ]; var dir = (typeof(__DIR__) == 'undefined') ? "test/script/basic/" : __DIR__; // TODO: why is this path hard coded when it's defined in project properties? ! var path = dir + "../external/octane/"; var runtime = ""; var verbose = false; var numberOfIterations = 5;