Benchmark using wallclock time instead of CPU time (#3)

This requires upgrading to a newer version of `nixpkgs` to pick up
a newer version of the `tasty-bench` package in order to support
benchmarking using wall-clock time
This commit is contained in:
Gabriella Gonzalez
2022-08-31 14:06:16 -07:00
committed by GitHub
parent 4ac870a142
commit 166672a78f
3 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{ inputs = {
nixpkgs.url = github:NixOS/nixpkgs/22.05;
nixpkgs.url = github:NixOS/nixpkgs/master;
utils.url = github:numtide/flake-utils;