Skip to content

Commit

Permalink
Fix broken benchcomp link to point to right location (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Aug 3, 2023
1 parent 7fc9fa7 commit 973ce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/performance-comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git worktree add old $(git describe --tags --abbrev=0)
tools/benchcomp/bin/benchcomp --config tools/benchcomp/configs/perf-regression.yaml
```

This uses the [`perf-regression.yaml` configuration file](https://github.com/model-checking/kani/tree/main/tools/benchcomp/benchcomp/configs/perf-regression.yaml) that we use in continuous integration.
This uses the [`perf-regression.yaml` configuration file](https://github.com/model-checking/kani/blob/main/tools/benchcomp/configs/perf-regression.yaml) that we use in continuous integration.
After running the suite twice, the configuration file terminates `benchcomp` with a return code of 1 if any of the benchmarks regressed on metrics such as `success` (a boolean), `solver_runtime`, and `number_vccs` (numerical).
Additionally, the config file directs benchcomp to print out a Markdown table that GitHub's CI summary page renders in to a table.

Expand Down

0 comments on commit 973ce3e

Please sign in to comment.