Skip to content

Commit

Permalink
Enable higher verbosity for benchmarking
Browse files Browse the repository at this point in the history
Performance evaluation needs access to timing statistics.
  • Loading branch information
tautschnig committed Jul 24, 2024
1 parent 737d582 commit 16a5e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/performance/benchcomp-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ variants:
directory: /home/runner/work/cbmc/cbmc/aws-c-common.git
env:
PATH: /home/runner/work/cbmc/cbmc/old/build/bin:${PATH}
CBMC_VERBOSITY: --verbosity 9
aws-c-common@new:
config:
command_line: cd verification/cbmc/proofs && ./run-cbmc-proofs.py
directory: /home/runner/work/cbmc/cbmc/aws-c-common.git
env:
PATH: /home/runner/work/cbmc/cbmc/new/build/bin:${PATH}
CBMC_VERBOSITY: --verbosity 9

run:
suites:
Expand Down

0 comments on commit 16a5e31

Please sign in to comment.