v8/test/js-perf-test
Simon Zünd 027c26779d [js-perf] Improve end of serialize StackTrace benchmark
The serialize set of microbenchmarks serializes Error.stack of a
prepared set of error objects. When all objects have been serialized,
the benchmark then wrapped around and only accessed the resulting
string properties. This, of course, is a lot faster and benchmark
results are heavily fluctuating when the end is reached.

This CL fixes this by introducing a payload that should be similiar
to the specific workload, which is executed after the end is reached.

R=petermarshall@chromium.org

Bug: v8:8742
Change-Id: I7183d04e7c06af0c16fe3412e902f0d33605bc25
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1524485
Reviewed-by: Peter Marshall <petermarshall@chromium.org>
Commit-Queue: Simon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60297}
2019-03-18 14:43:42 +00:00
..
Array Add non-COW inputs to Array.from benchmarks. 2018-11-02 11:41:06 +00:00
ArrayIndexOfIncludesPolymorphic [js-perf-test] Add Array#{indexOf,includes} micro-benchmark 2018-10-31 07:55:24 +00:00
ArrayInOperator [test] Add perf test for in operator on arrays 2019-02-20 22:36:13 +00:00
ArrayLiteralInitialSpreadLargeDoubleHoley
ArrayLiteralInitialSpreadLargeDoublePacked
ArrayLiteralInitialSpreadLargeHoley
ArrayLiteralInitialSpreadLargePacked
ArrayLiteralInitialSpreadLargeSmiMap
ArrayLiteralInitialSpreadLargeSmiSet
ArrayLiteralInitialSpreadSmallDoubleHoley
ArrayLiteralInitialSpreadSmallDoublePacked
ArrayLiteralInitialSpreadSmallHoley
ArrayLiteralInitialSpreadSmallPacked
ArrayLiteralInitialSpreadSmallSmiMap
ArrayLiteralInitialSpreadSmallSmiSet
ArrayLiteralSpread
ArraySort
AsyncAwait Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
BytecodeHandlers
Classes
Closures
Collections
DataView
Dates [Intl] Add benchmark for toLocaleString/localeCompare 2018-11-07 18:08:16 +00:00
Exceptions
ExpressionDepth
ForLoops
Generators
Inspector Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
Intl [Intl] Add perf test for Intl constructors 2019-02-07 01:08:12 +00:00
Iterators
Keys
ManyClosures
Modules Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
Numbers [Intl] Add benchmark for toLocaleString/localeCompare 2018-11-07 18:08:16 +00:00
Object
ObjectFreeze add micro-benchmark for object freeze with tagged template 2019-02-09 18:13:48 +00:00
ObjectLiteralSpread
Parsing
PropertyQueries
Proxies Fix JSTest/Proxies/Set.*Trap tests to return true from the trap 2019-02-11 16:03:35 +00:00
RegExp [Intl] Add perf tests for case insensitive test 2019-03-05 22:33:08 +00:00
RestParameters
Scope
SixSpeed
SpreadCalls
SpreadCallsGeneral
StackTrace [js-perf] Improve end of serialize StackTrace benchmark 2019-03-18 14:43:42 +00:00
StringIterators
Strings [Intl] Add String toLocale(Lower|Upper)Case perf benchmark 2019-02-15 05:53:04 +00:00
Templates
TurboFan
TypedArrays [js-perf-test] Add TypedArray#filter micro-benchmark 2019-03-04 14:40:31 +00:00
base.js [test] Ensure random generator in JSTests does not use float arithmetic 2018-12-17 10:05:08 +00:00
JSTests.json [js-perf] Add benchmarks for capturing and serializing stack traces 2019-03-12 06:47:59 +00:00
OWNERS
RegExp.json [Intl] Add perf tests for case insensitive test 2019-03-05 22:33:08 +00:00
SixSpeed.json