[perf] Add file to js-perf-test resources list
The file `at.js` was missing in the resources list, and did therefore not get uploaded to the perf bot. This caused an error on the perf bot. R=machenbach@chromium.org CC=dmercadier@chromium.org Bug: v8:12926 Change-Id: I199591444da651854633a37e7164756981b9353f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4154414 Auto-Submit: Andreas Haas <ahaas@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#85208}
This commit is contained in:
parent
ec4f19d530
commit
5482480488
@ -60,7 +60,8 @@
|
|||||||
"resources": [
|
"resources": [
|
||||||
"filter.js", "map.js", "every.js", "join.js", "some.js", "reduce.js",
|
"filter.js", "map.js", "every.js", "join.js", "some.js", "reduce.js",
|
||||||
"reduce-right.js", "to-string.js", "find.js", "find-index.js",
|
"reduce-right.js", "to-string.js", "find.js", "find-index.js",
|
||||||
"from.js", "of.js", "for-each.js", "slice.js", "copy-within.js"
|
"from.js", "of.js", "for-each.js", "slice.js", "copy-within.js",
|
||||||
|
"at.js"
|
||||||
],
|
],
|
||||||
"flags": [
|
"flags": [
|
||||||
"--allow-natives-syntax"
|
"--allow-natives-syntax"
|
||||||
|
Loading…
Reference in New Issue
Block a user