Skip to content

Commit

Permalink
CAD-2910 bench: configure the stub compute to 0ms/10ms prec
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed May 4, 2021
1 parent a895cae commit 513e188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions globals-bench.nix
Expand Up @@ -59,6 +59,9 @@ let
};

benchmarkingLogConfig = name: {
StubComputeDuration = 0;
StubComputePrecision = 0.01;

defaultScribes = [
[ "StdoutSK" "stdout" ]
[ "FileSK" "logs/${name}.json" ]
Expand Down

0 comments on commit 513e188

Please sign in to comment.