diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-06-27 21:29:02 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-06-27 21:29:02 -0700 |
commit | a0172160d6cde82a878dfdcaafec6cd3f950b708 (patch) | |
tree | 2d41f1f7b4c4cd704f1932059857572a4cd3479b /bench | |
parent | faf16f0242436077c86358ccbe1a8d93966fdff7 (diff) | |
download | mc-a0172160d6cde82a878dfdcaafec6cd3f950b708.tar.gz |
Fix case insensitive hash, and add tests.
Diffstat (limited to 'bench')
-rw-r--r-- | bench/runbench.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/runbench.myr b/bench/runbench.myr index 56318c2..81bf436 100644 --- a/bench/runbench.myr +++ b/bench/runbench.myr @@ -54,6 +54,6 @@ const run = {prog -> flt64 | `std.Wsuccess: /* nothing */ ;; ;; - -> (std.now() - (tm : flt64)) / 1_000_000.0 + -> (std.now() - tm : flt64) / 1_000_000.0 } |