Skip to content

Commit 5f5be99

Browse files
committed
updates
1 parent 8afbfbf commit 5f5be99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ jobs:
193193
echo "BASELINE_NAME=$name" >> "$GITHUB_ENV"
194194
tar cJf "$name.tar.xz" "$iai_home"
195195
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+
196203
- name: Upload the benchmark baseline
197204
uses: actions/upload-artifact@v4
198205
with:

0 commit comments

Comments
 (0)