WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
95704
Add performance test for Entry.getFile
https://bugs.webkit.org/show_bug.cgi?id=95704
Summary
Add performance test for Entry.getFile
Taiju Tsuiki
Reported
2012-09-03 19:25:17 PDT
I'm adding performance test for Entry.getFile.
Attachments
Patch
(2.13 KB, patch)
2012-09-03 19:45 PDT
,
Taiju Tsuiki
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Taiju Tsuiki
Comment 1
2012-09-03 19:45:58 PDT
Created
attachment 161959
[details]
Patch
Kinuko Yasuda
Comment 2
2012-09-04 20:54:52 PDT
Comment on
attachment 161959
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=161959&action=review
> PerformanceTests/FileSystem/create-file.html:13 > + description: "This benchmark tests creating new file using FileSystem API",
It'd be more informative to include the method we're testing (E.g. "...tests tests creating new files by Entry.getFile()")
> PerformanceTests/FileSystem/create-file.html:26 > + fileSystem.root.getFile(dir_name + "/" + i++, {create: true, exclusive: true}, done);
If error occurs we never call done or log anything?
Anders Carlsson
Comment 3
2014-02-05 11:12:55 PST
Comment on
attachment 161959
[details]
Patch Clearing review flag on patches from before 2014. If this patch is still relevant, please reset the r? flag.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug