Skip to content

Commit fa6f0dc

Browse files
committed
feat: Add Collatz conjecture benchmark.
1 parent 7279e47 commit fa6f0dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/micro/collatz.prox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func main() {
2020
if (steps > max_steps) max_steps = steps;
2121
}
2222
print("Max Collatz steps: " + to_string(max_steps));
23-
let elapsed = time() - start;
23+
let elapsed = clock() - start;
2424
print("Time: " + to_string(elapsed));
2525
}
2626

0 commit comments

Comments
 (0)