• Mathias Bynens's avatar
    [js-perf-test] Add Array#{indexOf,includes} micro-benchmark · 591c92ac
    Mathias Bynens authored
    This patch adds a micro-benchmark comparing Array#indexOf,
    Array#includes, and a roughly equivalent `for` loop.
    
    The benchmark can be used to measure any Array#{indexOf,includes}
    optimizations we implement in the future.
    
    Test:
    
        tools/run_perf.py --binary-override-path=out/x64.release/d8 \
          --filter=JSTests/ArrayIndexOfIncludesPolymorphic \
          --extra-flags=--trace-turbo test/js-perf-test/JSTests.json
    
    Bug: v8:8388
    Change-Id: I9150d3e56e9d4cb2ffe6baa50ee8cddf8df0ac74
    Reviewed-on: https://chromium-review.googlesource.com/c/1307430Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Mathias Bynens <mathias@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#57156}
    591c92ac
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...