RESOLVED FIXED Bug 149944
Extend run-benchmark script to support human-readable results conversion.
https://bugs.webkit.org/show_bug.cgi?id=149944
Summary Extend run-benchmark script to support human-readable results conversion.
dewei_zhu
Reported 2015-10-08 21:15:17 PDT
Extend run-benchmark script to support human-readable results conversion.
Attachments
Patch (8.71 KB, patch)
2015-10-08 21:19 PDT, dewei_zhu
no flags
Patch (8.92 KB, patch)
2015-10-08 21:55 PDT, dewei_zhu
no flags
dewei_zhu
Comment 1 2015-10-08 21:19:52 PDT
Ryosuke Niwa
Comment 2 2015-10-08 21:25:36 PDT
Comment on attachment 262740 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262740&action=review > Tools/Scripts/webkitpy/benchmark_runner/benchmark_results.py:98 > + return ('{mean:.3f}{unit} stdev={delta:.1%}').format( > + mean=mean, delta=sample_stdev / mean, unit=unit) This should fit in one line. > Tools/Scripts/webkitpy/benchmark_runner/run_benchmark.py:27 > + parser.add_argument('--raw', action='store_true') I don't think this is a descriptive name. I'd call this --no-adjust-unit or --no-scale-unit and store the value in scaleUnit which defaults to True. > Tools/Scripts/webkitpy/benchmark_runner/run_benchmark.py:29 > + mutual_group.add_argument('--format-result', dest='format_result', help='Specify file you want to format') --format-results sound as if we wouldn't format results if we don't set this option. --read-results-json? --results-json?
dewei_zhu
Comment 3 2015-10-08 21:55:14 PDT
WebKit Commit Bot
Comment 4 2015-10-08 22:53:45 PDT
Comment on attachment 262744 [details] Patch Clearing flags on attachment: 262744 Committed r190779: <http://trac.webkit.org/changeset/190779>
WebKit Commit Bot
Comment 5 2015-10-08 22:53:48 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 6 2015-10-09 02:02:26 PDT
(In reply to comment #4) > Comment on attachment 262744 [details] > Patch > > Clearing flags on attachment: 262744 > > Committed r190779: <http://trac.webkit.org/changeset/190779> It broke 6 webkitpy tests, see bug149949 for details.
Note You need to log in before you can comment on or make changes to this bug.