Title: [274183] trunk/Tools
Revision
274183
Author
[email protected]
Date
2021-03-09 15:50:16 -0800 (Tue, 09 Mar 2021)

Log Message

MotionMark scores are super sensitive to a single long frame
https://bugs.webkit.org/show_bug.cgi?id=220847
<rdar://problem/74152743>

Unreviewed.

Update the plan.

* Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (274182 => 274183)


--- trunk/Tools/ChangeLog	2021-03-09 23:42:21 UTC (rev 274182)
+++ trunk/Tools/ChangeLog	2021-03-09 23:50:16 UTC (rev 274183)
@@ -1,3 +1,15 @@
+2021-03-09  Myles C. Maxfield  <[email protected]>
+
+        MotionMark scores are super sensitive to a single long frame
+        https://bugs.webkit.org/show_bug.cgi?id=220847
+        <rdar://problem/74152743>
+
+        Unreviewed.
+
+        Update the plan.
+
+        * Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan:
+
 2021-03-09  Chris Dumez  <[email protected]>
 
         Stop using callOnMainThread() / isMainThread() in WebKit2

Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan (274182 => 274183)


--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan	2021-03-09 23:42:21 UTC (rev 274182)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan	2021-03-09 23:50:16 UTC (rev 274183)
@@ -1,7 +1,7 @@
 {
     "timeout": 1800,
     "count": 1,
-    "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/MotionMark/@r272044",
+    "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/MotionMark/@r274179",
     "webserver_benchmark_patch": "data/patches/webserver/MotionMark.patch",
     "webdriver_benchmark_patch": "data/patches/webdriver/MotionMark.patch",
     "entry_point": "index.html",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to