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 [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
base_flags.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
base_match.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
base_replace.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
base_search.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
base_split.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
base_test.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
base.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
ctor.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
exec.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
flags.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
match.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
RegExpTests.json [js-perf-test] Fix JSON syntax for RegExp tests 2016-11-28 13:12:50 +00:00
replace.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
run.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
search.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
slow_exec.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
slow_flags.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
slow_match.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
slow_replace.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
slow_search.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
slow_split.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
slow_test.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
split.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00
test.js [js-perf-test] Add RegExp microbenchmarks 2016-11-25 09:25:23 +00:00