-
Notifications
You must be signed in to change notification settings - Fork 41
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
Run specific class or function #281
Comments
@theapache64, right now, the only way to filter benchmark is by creating a new (or updating existing) configuration. See For JVM, however, you can generate a benchmarks Jar and use it directly, and pass an RE to filter benchmarks. |
Oops! That sounds like pain... :D Looking forward to some IDE magic!... Thanks for the suggestion though |
"That sounds like pain" Thats what i thought too. But how often do you create new Benchmarks? I simply made a gradle function to register a specific benchmark subset. From there its a gradle one liner for every specific run you need. Thats manageable without wasting time or ruining your gradle script.
|
How can I run specific benchmark class or function? I am looking for something like
./gradlew benchmark -Pbenchmarks="*Day1Benchmark*substringSolution"
The text was updated successfully, but these errors were encountered: