[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:
Andreas Haas 2023-01-11 10:47:50 +01:00 committed by V8 LUCI CQ
parent ec4f19d530
commit 5482480488

View File

@ -60,7 +60,8 @@
"resources": [
"filter.js", "map.js", "every.js", "join.js", "some.js", "reduce.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": [
"--allow-natives-syntax"