We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971788b commit a2efd88Copy full SHA for a2efd88
TS/src/BenchmarkRunner.lf
@@ -25,9 +25,9 @@ reactor BenchmarkRunner(num_iterations:number(12)) {
25
26
27
reaction(startup) -> nextIteration {=
28
- // Initialize an array of interval_t
29
measuredTimes.length = num_iterations;
30
actions.nextIteration.schedule(0, true);
+
31
console.log("Benchmark will run " + num_iterations + " times \n");
32
console.log("System information:")
33
console.log(`Platform: ${process.platform} \n`)
0 commit comments