test/script/basic/run-octane.js

changeset 19
4cd65798ec70
parent 7
5a1b0714df0e
child 57
59970b70ebb5
equal deleted inserted replaced
18:812b9963b1c7 19:4cd65798ec70
50 ]; 50 ];
51 51
52 var dir = (typeof(__DIR__) == 'undefined') ? "test/script/basic/" : __DIR__; 52 var dir = (typeof(__DIR__) == 'undefined') ? "test/script/basic/" : __DIR__;
53 53
54 // TODO: why is this path hard coded when it's defined in project properties? 54 // TODO: why is this path hard coded when it's defined in project properties?
55 var path = dir + "../external/octane/benchmarks/"; 55 var path = dir + "../external/octane/";
56 56
57 var runtime = ""; 57 var runtime = "";
58 var verbose = false; 58 var verbose = false;
59 59
60 var numberOfIterations = 5; 60 var numberOfIterations = 5;

mercurial