Opened 16 years ago
Last modified 14 years ago
#3627 assigned New Feature
Performance testing
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | QA | Version: | 3.0 |
Keywords: | Confirmed HasPatch | Cc: |
Description
I guess that everybody has this in mind, but no one has written it so far.
In the future it would be very nice to have an automated performance testing system, so that we can keep track of any unexpected degradation of the performance. And also to avoid that little + little + little changed do end up summing a serious problem.
For a reference, this post about Chrome explains the same basic idea: http://blog.chromium.org/2008/11/putting-it-to-test.html and points that some of the tools are based on HTML and JS, so maybe we can reuse something from there.
Attachments (2)
Change History (7)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|
Changed 16 years ago by
Attachment: | 3627.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:3 Changed 16 years ago by
The all-in-one test runner is not functional yet, so running test-all.html will result in unexpected result.
comment:4 Changed 15 years ago by
Keywords: | HasPatch added; Review? removed |
---|
comment:5 Changed 14 years ago by
Version: | → 3.0 |
---|
The patch is proposing of using JSLitmus as the benchmarking framework, the core idea is allow easy integration between existing YUI unit test case and performance test case by the following way: