WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
82852
perf-o-matic should store test results' units
https://bugs.webkit.org/show_bug.cgi?id=82852
Summary
perf-o-matic should store test results' units
Ryosuke Niwa
Reported
2012-04-01 21:19:58 PDT
perf-o-matic should store test results' units
Attachments
Patch
(11.57 KB, patch)
2012-04-01 21:28 PDT
,
Ryosuke Niwa
haraken
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-04-01 21:28:37 PDT
Created
attachment 135024
[details]
Patch
Ryosuke Niwa
Comment 2
2012-04-01 21:31:00 PDT
We don't show units on the frontend yet since I need to make that change in the upstream graph sever code.
Kentaro Hara
Comment 3
2012-04-01 21:42:36 PDT
Comment on
attachment 135024
[details]
Patch Looks OK. Thank you very much for fixing this.
Ryosuke Niwa
Comment 4
2012-04-01 21:43:52 PDT
Thanks for the review!
Ryosuke Niwa
Comment 5
2012-04-01 21:48:42 PDT
Committed
r112829
: <
http://trac.webkit.org/changeset/112829
>
Balazs Ankes
Comment 6
2012-04-02 01:26:29 PDT
It broke 2 webkitpy unittest: FAILURE: webkitpy.performance_tests.perftestsrunner_unittest.MainTest.test_run_test_set_with_json_output -------------------------------------------------------------------------------- Traceback (most recent call last): File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py", line 227, in test_run_test_set_with_json_output "webkit-revision": 5678}) AssertionError: {u'timestamp': 123456789, u'results': {u'group_name:test_name': 42.0, u'Bindings/event-target-wrapper': {u'min': 1471.0, u'max': 1510.0, u'median': 1487.0, u'stdev': 14.460000000000001, u'avg': 1489.05, u'unit': u'ms'}}, u'webkit-revision': 5678} != {'timestamp': 123456789, 'results': {'group_name:test_name': 42, 'Bindings/event-target-wrapper': {'max': 1510, 'avg': 1489.05, 'median': 1487, 'stdev': 14.460000000000001, 'min': 1471}}, 'webkit-revision': 5678} ================================================================================ FAILURE: webkitpy.performance_tests.perftestsrunner_unittest.MainTest.test_run_test_set_with_json_source -------------------------------------------------------------------------------- Traceback (most recent call last): File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py", line 247, in test_run_test_set_with_json_source "key": "value"}) AssertionError: {u'timestamp': 123456789, u'results': {u'group_name:test_name': 42.0, u'Bindings/event-target-wrapper': {u'min': 1471.0, u'max': 1510.0, u'median': 1487.0, u'stdev': 14.460000000000001, u'avg': 1489.05, u'unit': u'ms'}}, u'key': u'value', u'webkit-revision': 5678} != {'timestamp': 123456789, 'results': {'group_name:test_name': 42, 'Bindings/event-target-wrapper': {'max': 1510, 'avg': 1489.05, 'median': 1487, 'stdev': 14.460000000000001, 'min': 1471}}, 'key': 'value', 'webkit-revision': 5678}
Ryosuke Niwa
Comment 7
2012-04-02 10:06:30 PDT
I thought I fixed in
http://trac.webkit.org/changeset/112836
?
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