-
Notifications
You must be signed in to change notification settings - Fork 779
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
Measure performance (duration) of each test #344
Comments
This has been brought up before at jquery/testswarm#156, I didn't create an issue here in QUnit yet, but this is essentially the implied dependency for jquery/testswarm#156 that is now explicit. We want to record the performance of each test execution and make it available through the logging API (for TestSwarm in this case), so that we can see the performance of of tests and modules over time (also depends on jquery/testswarm#183). Then we'll have reports like these for QUnit tests suits for builds over time:
And of course in QUnit itself we can display times as well (which is what you're asking for here). |
QUnit shows a convenient "Tests completed in milliseconds" upon suite completion, but doesn't break that down to individual tests/modules.
I'd like to get the jQuery suite completing locally in under a minute, and having timing data available on the
<li>
output for each test would help tremendously.The text was updated successfully, but these errors were encountered: