-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add the ability to skip suites and benchmarks #4
Labels
Comments
lazd
added a commit
to lazd/karma-benchmark
that referenced
this issue
Jul 12, 2014
lazd
added a commit
to lazd/karma-benchmark
that referenced
this issue
Jul 15, 2014
…rk to run only. Related to JamieMason#4 and JamieMason#5
lazd
added a commit
to lazd/karma-benchmark
that referenced
this issue
Jul 15, 2014
JamieMason
pushed a commit
that referenced
this issue
Jul 22, 2016
This landed in 0.6.0, thanks @lazd. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be useful if certain suites or benchmarks could be skipped. One way to do this is to add a
.skip()
method to thebenchmark
andsuite
functions a la inclusive tests in Mocha:This is useful when benchmarks are crashing and you need to avoid running them.
The text was updated successfully, but these errors were encountered: