Skip to content

Commit a2efd88

Browse files
Wonseo-Ccmnrd
authored andcommitted
del unnecessary comment
1 parent 971788b commit a2efd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TS/src/BenchmarkRunner.lf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ reactor BenchmarkRunner(num_iterations:number(12)) {
2525

2626

2727
reaction(startup) -> nextIteration {=
28-
// Initialize an array of interval_t
2928
measuredTimes.length = num_iterations;
3029
actions.nextIteration.schedule(0, true);
30+
3131
console.log("Benchmark will run " + num_iterations + " times \n");
3232
console.log("System information:")
3333
console.log(`Platform: ${process.platform} \n`)

0 commit comments

Comments
 (0)