Title: [227769] trunk/PerformanceTests
Revision
227769
Author
an...@apple.com
Date
2018-01-29 18:04:09 -0800 (Mon, 29 Jan 2018)

Log Message

StyleBench: Remove : from a test name
https://bugs.webkit.org/show_bug.cgi?id=182258

Reviewed by Ryosuke Niwa.

It breaks reporting.

* StyleBench/resources/style-bench.js:
(nthPseudoClassConfiguration):

Modified Paths

Diff

Modified: trunk/PerformanceTests/ChangeLog (227768 => 227769)


--- trunk/PerformanceTests/ChangeLog	2018-01-30 01:41:22 UTC (rev 227768)
+++ trunk/PerformanceTests/ChangeLog	2018-01-30 02:04:09 UTC (rev 227769)
@@ -1,3 +1,15 @@
+2018-01-29  Antti Koivisto  <an...@apple.com>
+
+        StyleBench: Remove : from a test name
+        https://bugs.webkit.org/show_bug.cgi?id=182258
+
+        Reviewed by Ryosuke Niwa.
+
+        It breaks reporting.
+
+        * StyleBench/resources/style-bench.js:
+        (nthPseudoClassConfiguration):
+
 2018-01-29  Ryosuke Niwa  <rn...@webkit.org>
 
         Temporarily skip StyleBench until webkit.org/b/182088 is fixed.

Modified: trunk/PerformanceTests/StyleBench/resources/style-bench.js (227768 => 227769)


--- trunk/PerformanceTests/StyleBench/resources/style-bench.js	2018-01-30 01:41:22 UTC (rev 227768)
+++ trunk/PerformanceTests/StyleBench/resources/style-bench.js	2018-01-30 02:04:09 UTC (rev 227769)
@@ -102,7 +102,7 @@
     static nthPseudoClassConfiguration()
     {
         return Object.assign(this.defaultConfiguration(), {
-            name: ':nth pseudo classes',
+            name: 'Nth pseudo classes',
             pseudoClassChance: 0.1,
             pseudoClasses: [
                 'nth-child(2n+1)',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to