0

Add Crossbench Speedometer 3.1 to support local file server.

Bug: 400828291
Change-Id: I78316ecf2a9b8845e04b196a96930591b0888c62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6354806
Commit-Queue: Farid (Mojtaba) Faridzad <faridzad@google.com>
Reviewed-by: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1432424}
This commit is contained in:
Farid
2025-03-13 15:46:00 -07:00
committed by Chromium LUCI CQ
parent 2d7f45b465
commit c67af2d624

@ -729,6 +729,7 @@ class CrossbenchTest(object):
ANDROID_HJSON = '{browser:"%s", driver:{type:"Android", adb_bin:"%s"}}'
STORY_LABEL = 'default'
BENCHMARK_FILESERVERS = {
'speedometer_3.1': 'third_party/speedometer/v3.1',
'speedometer_3.0': 'third_party/speedometer/v3.0',
'speedometer_2.1': 'third_party/speedometer/v2.1',
'speedometer_2.0': 'third_party/speedometer/v2.0'