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 487d6ac commit 6af51fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals-bench.nix
Expand Up @@ -59,7 +59,7 @@ let
};

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

defaultScribes = [
Expand Down

0 comments on commit 6af51fe

Please sign in to comment.