Commit 65aaf00a authored by Hai Dang's avatar Hai Dang Committed by Commit Bot

[js-perf-test] Fix spread set benchmark.

Bug: v8:7980
Change-Id: I35b24638b5e2995bb6a5cbb5a28d0d186e807ef3
Reviewed-on: https://chromium-review.googlesource.com/c/1278725Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Commit-Queue: Hai Dang <dhai@google.com>
Cr-Commit-Position: refs/heads/master@{#56591}
parent 9f28c129
...@@ -110,7 +110,7 @@ function CreateBenchmark(name, f) { ...@@ -110,7 +110,7 @@ function CreateBenchmark(name, f) {
CreateBenchmark('ForOf', ForOf); CreateBenchmark('ForOf', ForOf);
CreateBenchmark('ForOfKeys', ForOfKeys); CreateBenchmark('ForOfKeys', ForOfKeys);
CreateBenchmark('ForOfKeys', ForOfValues); CreateBenchmark('ForOfValues', ForOfValues);
CreateBenchmark('Spread', Spread); CreateBenchmark('Spread', Spread);
CreateBenchmark('SpreadKeys', SpreadKeys); CreateBenchmark('SpreadKeys', SpreadKeys);
CreateBenchmark('SpreadValues', SpreadValues); CreateBenchmark('SpreadValues', SpreadValues);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment