Skip to content

Commit 2da3828

Browse files
committed
feat: Add a simulated JSON parsing benchmark to json_bench.prox.
1 parent 0fbc289 commit 2da3828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/macro/json_bench.prox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func main() {
106106

107107
print("JSON Length: " + to_string(len(json_str)));
108108

109-
let start = time();
109+
let start = clock();
110110

111111
let parser = JsonParser(json_str);
112112
let res = parser.parse();

0 commit comments

Comments
 (0)