v8/test/js-perf-test/RegExp
jgruber 2f17d5f8e8 [js-perf-test] Move SubRegExp class definition outside loop
Defining the subclass within the loop significantly affects subsequent
test results. For instance, the Search benchmark is 50% slower if the
subclass is defined within the loop.

BUG=v8:5339

Review-Url: https://codereview.chromium.org/2537253003
Cr-Commit-Position: refs/heads/master@{#41384}
2016-11-30 12:20:17 +00:00
..
base_ctor.js [js-perf-test] Move SubRegExp class definition outside loop 2016-11-30 12:20:17 +00:00
base_exec.js
base_flags.js
base_match.js
base_replace.js
base_search.js
base_split.js
base_test.js
base.js
ctor.js
exec.js
flags.js
match.js
RegExpTests.json
replace.js
run.js
search.js
slow_exec.js
slow_flags.js
slow_match.js
slow_replace.js
slow_search.js
slow_split.js
slow_test.js
split.js
test.js