DescriptionAdd performance tests for Map/Set with String and Object keys
The big change here is to split out each key type into its own
benchmark suite, since optimizations for different key types
are likely to be disjoint. ForEach tests have also been split
into separate "Iteration" suites, again with the thought that
iteration performance is likely separable from key type.
As part of adding the new tests, rejiggered the existing tests:
- Map.set and Set.add (along with their Weak variants) no longer
include construction costs in their scores
- Moved key logic into the shared common.js
R=arv@chromium.org, machenbach@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24969
Patch Set 1 #
Total comments: 1
Patch Set 2 : Address dslomov comment #
Messages
Total messages: 9 (2 generated)
|