-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laundry list about benchmarking #49
Comments
huitseeker
added a commit
to huitseeker/arecibo
that referenced
this issue
Mar 17, 2024
Helps with argumentcomputer/ci-workflows#49 - Renamed several environmental variables in various benchmarking scripts and configuration files for consistency. - Introduced a new section for performing comparative benchmarks based on respective features and architecture. - Added a new variable to the default benchmark configuration, `BENCH_OUTPUT`, set to `commit-comment`.
huitseeker
added a commit
to huitseeker/arecibo
that referenced
this issue
Mar 17, 2024
Helps with argumentcomputer/ci-workflows#49 - Renamed several environmental variables in various benchmarking scripts and configuration files for consistency. - Introduced a new section for performing comparative benchmarks based on respective features and architecture. - Added a new variable to the default benchmark configuration, `BENCH_OUTPUT`, set to `commit-comment`.
huitseeker
added a commit
to huitseeker/arecibo
that referenced
this issue
Mar 18, 2024
Helps with argumentcomputer/ci-workflows#49 - Renamed several environmental variables in various benchmarking scripts and configuration files for consistency. - Introduced a new section for performing comparative benchmarks based on respective features and architecture. - Added a new variable to the default benchmark configuration, `BENCH_OUTPUT`, set to `commit-comment`.
github-merge-queue bot
pushed a commit
to argumentcomputer/arecibo
that referenced
this issue
Mar 18, 2024
Helps with argumentcomputer/ci-workflows#49 - Renamed several environmental variables in various benchmarking scripts and configuration files for consistency. - Introduced a new section for performing comparative benchmarks based on respective features and architecture. - Added a new variable to the default benchmark configuration, `BENCH_OUTPUT`, set to `commit-comment`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TL;DR
It would be awesome for bencher if we had two jobs
gpu-bench-comparative
andbench-comparative
with the following properties:asm
on x86_64,cuda
depending on the nature of the called job,BENCH_OUTPUT=commit-comment
by default, becausemessage-format=json
and pipe to a file named after bench & commit (as gpu-bench-ci does)In detail
I've been running 6-7 benches (comparative, so 2 runs per) every day, here's the pet peeves outcome:
XXX_BENCH_OUTPUT = "commit-comment"
,Arecibo example:
message-format=json
I nearly certainly also wantXX_BENCH_OUTPUT = commit-comment
Footnotes
cargo bench --bench foo -- --save-baseline foo_at_main
↩The text was updated successfully, but these errors were encountered: