Title: [278446] trunk/Tools
Revision
278446
Author
[email protected]
Date
2021-06-03 20:42:58 -0700 (Thu, 03 Jun 2021)

Log Message

[MotionMark] Controller.filterOutOutliers() sorts the frameLengths array incorrectly
https://bugs.webkit.org/show_bug.cgi?id=226605
<rdar://77350238>

Reviewed by Simon Fraser.

Update MotionMark 1.1 to use the version r278436.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (278445 => 278446)


--- trunk/Tools/ChangeLog	2021-06-04 03:10:54 UTC (rev 278445)
+++ trunk/Tools/ChangeLog	2021-06-04 03:42:58 UTC (rev 278446)
@@ -1,3 +1,15 @@
+2021-06-03  Said Abou-Hallawa  <[email protected]>
+
+        [MotionMark] Controller.filterOutOutliers() sorts the frameLengths array incorrectly
+        https://bugs.webkit.org/show_bug.cgi?id=226605
+        <rdar://77350238>
+
+        Reviewed by Simon Fraser.
+
+        Update MotionMark 1.1 to use the version r278436.
+
+        * Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan:
+
 2021-06-03  David Kilzer  <[email protected]>
 
         Weak external symbols found when building with Release+Coverage configuration

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


--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan	2021-06-04 03:10:54 UTC (rev 278445)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/motionmark1.1.plan	2021-06-04 03:42:58 UTC (rev 278446)
@@ -1,7 +1,7 @@
 {
     "timeout": 1800,
     "count": 1,
-    "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/MotionMark/@r277406",
+    "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/MotionMark/@r278436",
     "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