Commit a6e6160e authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[Test] Fix the regex in array JSPerfTest.

The regex was slightly off, meaning the results would not
display properly.

Change-Id: Ie3b2bf54a50bffde9b64663d7b8b8c0ad39a1212
Reviewed-on: https://chromium-review.googlesource.com/458416Reviewed-by: 's avatarFranziska Hinkelmann <franzih@chromium.org>
Reviewed-by: 's avatarMichael Stanton <mvstanton@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44007}
parent 5cd870b4
......@@ -347,7 +347,7 @@
"resources": [
"filter.js"
],
"results_regexp": "^Array\\-%s\\(Scope\\): (.+)$",
"results_regexp": "^%s\\-Array\\(Score\\): (.+)$",
"tests": [
{"name": "Filter"}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment