RESOLVED FIXED 182415
Make MallocBench easier for non-WebKit engineers to run
https://bugs.webkit.org/show_bug.cgi?id=182415
Summary Make MallocBench easier for non-WebKit engineers to run
Geoffrey Garen
Reported 2018-02-01 17:10:56 PST
Make MallocBench easier for non-WebKit engineers to run
Attachments
Patch (8.63 KB, patch)
2018-02-01 17:33 PST, Geoffrey Garen
saam: review+
Geoffrey Garen
Comment 1 2018-02-01 17:33:25 PST
Saam Barati
Comment 2 2018-02-01 17:37:51 PST
Comment on attachment 332925 [details] Patch r=me
Joseph Pecoraro
Comment 3 2018-02-01 19:14:10 PST
Comment on attachment 332925 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=332925&action=review Looks good to me too. > PerformanceTests/MallocBench/run-malloc-benchmarks:259 > + name = arg.split(":")[0] > + path = arg.split(":")[1] You can write this in a way that avoids split twice: name, path = arg.split(":")
Geoffrey Garen
Comment 4 2018-02-02 12:30:25 PST
Radar WebKit Bug Importer
Comment 5 2018-02-02 12:31:31 PST
Note You need to log in before you can comment on or make changes to this bug.