restore benchmarks

This commit is contained in:
Jaremy Creechley 2024-04-29 15:16:57 +03:00
parent 5c2f602f4a
commit b0a39912f5
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ template benchmark(benchmarkName: string, blk: untyped) =
for i in 1..nn:
block:
let t0 = epochTime()
# `blk`
`blk`
let elapsed = epochTime() - t0
vals.add elapsed