WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Geoffrey Garen
Comment 1
2018-02-01 17:33:25 PST
Created
attachment 332925
[details]
Patch
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
Committed
r228023
: <
https://trac.webkit.org/changeset/228023
>
Radar WebKit Bug Importer
Comment 5
2018-02-02 12:31:31 PST
<
rdar://problem/37166033
>
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