Bug 95704

Summary: Add performance test for Entry.getFile
Product: WebKit Reporter: Taiju Tsuiki <tzik>
Component: Tools / TestsAssignee: Taiju Tsuiki <tzik>
Status: NEW    
Severity: Normal CC: ap, ericu, kinuko, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 95668    
Bug Blocks:    
Attachments:
Description Flags
Patch none

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
Taiju Tsuiki
Comment 1 2012-09-03 19:45:58 PDT
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.