From 5482480488d2ad7e12f8d1fb97a88e74122c1322 Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Wed, 11 Jan 2023 10:47:50 +0100 Subject: [PATCH] [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 Commit-Queue: Michael Achenbach Reviewed-by: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#85208} --- test/js-perf-test/JSTests2.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/js-perf-test/JSTests2.json b/test/js-perf-test/JSTests2.json index 0933c7da07..dcdec4a05c 100644 --- a/test/js-perf-test/JSTests2.json +++ b/test/js-perf-test/JSTests2.json @@ -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"