We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4ca0e commit a7d0189Copy full SHA for a7d0189
.github/workflows/performance.yaml
@@ -79,7 +79,7 @@ jobs:
79
run: ccache -s
80
81
- name: Obtain benchcomp
82
- run: git clone --depth 1 https://github.com/model-checking/kani kani.git
+ run: git clone --depth 1 https://github.com/karkhaz/kani --branch kk-fix-metric-result-loading kani.git
83
84
- name: Fetch benchmarks
85
run: |
0 commit comments