Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Issue 22350002: Speed up test importing by doing all the regex matching in a single pass. (Closed)

Created:
7 years, 4 months ago by Dirk Pranke
Modified:
7 years, 4 months ago
Reviewers:
ojan
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Visibility:
Public.

Description

Speed up test importing by doing all the regex matching in a single pass. This gives something like a 15x speedup over compiling and matching one property at a time and doing multiple passes over the file. R=ojan@chromium.org BUG=268702 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155647

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -16 lines) Patch
M Tools/Scripts/webkitpy/w3c/test_converter.py View 3 chunks +21 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dirk Pranke
yy
7 years, 4 months ago (2013-08-06 21:59:04 UTC) #1
ojan
lgtm
7 years, 4 months ago (2013-08-07 00:31:36 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpranke@chromium.org/22350002/1
7 years, 4 months ago (2013-08-07 00:44:25 UTC) #3
commit-bot: I haz the power
7 years, 4 months ago (2013-08-07 03:01:20 UTC) #4
Message was sent while issue was closed.
Change committed as 155647

Powered by Google App Engine
This is Rietveld 408576698