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 181b5d3 commit 627e3f5Copy full SHA for 627e3f5
.github/workflows/CI.yml
@@ -19,4 +19,6 @@ jobs:
19
env:
20
CARGO_INCREMENTAL: '1'
21
- name: Run benchmarks
22
- run: cargo bench
+ run: cargo bench
23
+ env:
24
+ RUSTFLAGS: '-C target-cpu=native'
0 commit comments