Use hyperfine to benchmark, add builtin_fib as a comparison for how fast we could try to be

This commit is contained in:
Nathan Braswell
2022-04-13 00:25:53 -04:00
parent c6071dbbe1
commit 8b21a6c55e
3 changed files with 95 additions and 15 deletions

View File

@@ -19,5 +19,7 @@ mkShell {
#(rustChannelOf { date = "2022-04-10"; channel = "nightly"; targets = [ "wasm32-wasi" ]; }).rust
(latest.rustChannels.nightly.rust.override { targets = [ "wasm32-wasi" ]; })
leiningen
clang
hyperfine
];
}