-
Notifications
You must be signed in to change notification settings - Fork 152
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
Stable-only benchmarks don't run locally #1777
Comments
It's not currently possible because of this. We can probably just remove that line though. Out of curiousity, what is your use-case for running a stable benchmark? |
Removing this line would fix my problem :D Maybe My use-case is testing whether we can remove an old hack that specifically regressed |
@nnethercote Did you have any specific motivation for disabling stable benchmarks in |
Because running the stable benchmarks locally is almost never what you want to do. More detail here. |
Some benchmarks like
encoding
arecategory: stable
instead ofcategory: primary/secondary
. When I runcollector bench_local --include encoding,...
,encoding
is not run. Is there a way to make it run, short of locally changing itscategory
?The text was updated successfully, but these errors were encountered: