Skip to content

Commit 8e6267d

Browse files
Use same perf tests for benchcomp in CI (rust-lang#2429)
Co-authored-by: Zyad Hassan <[email protected]>
1 parent d44819f commit 8e6267d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kani.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ jobs:
303303
- name: Build Kani (old variant)
304304
run: pushd old && cargo build-dev
305305

306+
- name: Copy benchmarks from new to old
307+
run: rm -rf ./old/tests/perf ; cp -r ./new/tests/perf ./old/tests/
308+
306309
- name: Run benchcomp
307310
run: |
308311
new/tools/benchcomp/bin/benchcomp \

0 commit comments

Comments
 (0)