Open
Bug 784872
Opened 12 years ago
Updated 2 years ago
test_over4GBMailboxed.js can be rewritten with nsIFileStub
Categories
(MailNews Core :: Testing Infrastructure, defect)
MailNews Core
Testing Infrastructure
Tracking
(Not tracked)
NEW
People
(Reporter: hiro, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [patchlove])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
If the nsIFileStub in bug 784870 is used, creating sparse file is unnecessary, so the test gets faster.
Before:
15.47s user 2.86s system 115% cpu 15.855 total
After:
1.24s user 0.13s system 91% cpu 1.503 total
Updated•10 years ago
|
Blocks: destroys_encrypted
If the perf increase is real, this would be nice to have. However, the prerequisite bug is not done yet. Also, the patch here is really outdated, the 4GB test was reworked and will be rewritten again when we enable 4GB+ mbox.
Flags: needinfo?(acelists)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•