We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101d7ac commit 993110dCopy full SHA for 993110d
1 file changed
.github/workflows/bench.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: run benchmarks
64
run: |
65
- cargo +nightly build --release -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target ${{ matrix.platform.target }} --manifest-path bench/tests/Cargo.toml
+ RUSTFLAGS="-Zunstable-options -Cpanic=immediate-abort" cargo +nightly build --release -Z build-std=std,panic_abort -Z build-std-features= --target ${{ matrix.platform.target }} --manifest-path bench/tests/Cargo.toml
66
xvfb-run --auto-servernum cargo run --manifest-path ./bench/Cargo.toml --bin run_benchmark
67
68
- name: clone benchmarks_results
0 commit comments