v8/test/js-perf-test
Leszek Swirski c097315679 [test] Use binary search for max expression depth
Use an upper limit search followed by a binary search in the expression
depth test. As our maximum expression depths increase, a simple linear
search wastes cycles.

Bug: v8:6964
Change-Id: I0669e4090f6cc1628d1dec475b9bd8ff52be3f7d
Reviewed-on: https://chromium-review.googlesource.com/735346
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48919}
2017-10-25 11:05:36 +00:00
..
Array Fix broken Array JSTests. 2017-09-06 13:29:22 +00:00
AsyncAwait [js-perf-test] Add a basic async-await microbenchmark 2016-12-20 13:10:07 +00:00
BytecodeHandlers Call the right functions in bitwise bytecode handlers benchmarks. 2017-07-17 10:58:47 +00:00
Classes [js-perf-test] Add microbenchmarks for leaf constructors. 2017-08-08 05:25:31 +00:00
Closures [test] Add performance test for closures. 2016-12-05 13:10:44 +00:00
Collections [js-tests] Add benchmarks for large hash tables. 2017-10-19 08:45:22 +00:00
Exceptions
ExpressionDepth [test] Use binary search for max expression depth 2017-10-25 11:05:36 +00:00
ForLoops [js-perf-test] add microbenchmarks for C-style for loops 2017-04-12 21:56:43 +00:00
Generators
Inspector [inspector] added Debugger.getPossibleBreakpoints perf test 2017-07-31 08:05:29 +00:00
Iterators
Keys
ManyClosures [Test] Test case to investigate the impact of removing the weak list 2017-08-24 15:02:48 +00:00
Modules [js-perf-tests] Fix Modules benchmarks 2017-08-29 16:50:44 +00:00
Object [test] Add micro benchmark for Object.create 2016-09-28 08:14:21 +00:00
Parsing [parser|js-perf-test] Disable compilation cache in the parsing microbrenchmarks. 2017-09-04 14:04:02 +00:00
PropertyQueries [js-perf-tests] Fix PropertyQueries test for fast-delete 2017-05-05 15:57:36 +00:00
Proxies Implement microbenchmark for has-in idiom 2017-09-13 08:48:44 +00:00
RegExp [js-perf-test] Move SubRegExp class definition outside loop 2016-11-30 12:20:17 +00:00
RestParameters [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
Scope
SixSpeed [js-perf-tests] Add classes benchmarks from SixSpeed. 2017-04-19 11:23:48 +00:00
SpreadCalls
StringIterators
Strings
Templates
TypedArrays Add benchmark for TypedArray.prototype.set from array-like 2017-08-14 19:45:49 +00:00
base.js
JSTests.json Implement microbenchmark for has-in idiom 2017-09-13 08:48:44 +00:00
RegExp.json [js-perf-test] Fix JSON syntax for RegExp tests 2016-11-28 13:12:50 +00:00
SixSpeed.json [test] fix Sixspeed runner to really run "Map get string" 2017-10-24 12:57:50 +00:00