Skip to content
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

Allow to specify duration per test #54

Open
artemrizhov opened this issue Dec 19, 2016 · 1 comment
Open

Allow to specify duration per test #54

artemrizhov opened this issue Dec 19, 2016 · 1 comment

Comments

@artemrizhov
Copy link

I have a test that is working on large data set to ensure the programm is efficient on both big and small data. This test should be run for more than one second, while I'd not like to enlarge duration for all another tests.
Maybe something like module attribute would work for this.

@duration 5
bench "some long test:", do ...
@alco
Copy link
Owner

alco commented Feb 17, 2017

Hey @artemrizhov. I like the idea. Could you explain why this particular test has to run for a longer time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants