Commit 99acc6b
committed
Move test value generation to benchmarked expression
Previously, the test value was generated during the "setup" phase.
This resulted in benchmarks which were not oranges to oranges
comparable. For other languages, we generate new test values for
each iteration. Hence, to ensure similar tests, we needed to move
test value generation to be part of the benchmark.1 parent b5a961a commit 99acc6b
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | 62 | | |
65 | | - | |
| 63 | + | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
0 commit comments