Skip to content

Commit

Permalink
CAD-2910 bench: configure the stub compute to 500ms/10ms prec
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed May 4, 2021
1 parent b8b2a7b commit ea8659d
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.5;
StubComputePrecision = 0.01;

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

0 comments on commit ea8659d

Please sign in to comment.