v8/test/js-perf-test/BigInt
Qifan Pan 5cf5e8184b [js-perf-test] Clean up BigInt perf tests
This CL removes

- redundant perf tests for addition and subtraction
- deprecated perf tests of addition without optimization
- perf tests for error throwing

Bug: v8:9407
Change-Id: Ib6c6015e1547ed87de071c430661cb2ad084c9ca
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4151201
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Nico Hartmann <nicohartmann@chromium.org>
Commit-Queue: Qifan Pan <panq@google.com>
Cr-Commit-Position: refs/heads/main@{#85187}
2023-01-10 14:52:10 +00:00
..
add.js [js-perf-test] Clean up BigInt perf tests 2023-01-10 14:52:10 +00:00
as-int-n.js
as-uint-n.js
bigint-util.js [js-perf-test] Clean up BigInt perf tests 2023-01-10 14:52:10 +00:00
bitwise-and.js [js-perf-test] Reduce input sizes for small BigInts 2022-10-06 14:23:53 +00:00
divide.js [js-perf-test] Reduce input sizes for small BigInts 2022-10-06 14:23:53 +00:00
multiply.js [turbofan] More benchmarks for BigInt operations 2022-08-17 08:56:08 +00:00
run.js
shift.js [js-perf-test] Clean up BigInt perf tests 2023-01-10 14:52:10 +00:00
subtract.js [js-perf-test] Clean up BigInt perf tests 2023-01-10 14:52:10 +00:00
to-boolean.js