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 8afbfbf commit 5f5be99Copy full SHA for 5f5be99
.github/workflows/main.yaml
@@ -193,6 +193,13 @@ jobs:
193
echo "BASELINE_NAME=$name" >> "$GITHUB_ENV"
194
tar cJf "$name.tar.xz" "$iai_home"
195
196
+ - name: Run wall time benchmarks
197
+ - run: |
198
+ # Always use the same seed for benchmarks. Ideally we should switch to a
199
+ # non-random generator.
200
+ export LIBM_SEED=benchesbenchesbenchesbencheswoo!
201
+ cargo bench --all --features libm-test/short-benchmarks,libm-test/build-musl
202
+
203
- name: Upload the benchmark baseline
204
uses: actions/upload-artifact@v4
205
with:
0 commit comments