Skip to content

Commit

Permalink
[third_party] Add Speedometer 3.0 DEPS
Browse files Browse the repository at this point in the history
Original repository: https://github.com/WebKit/Speedometer/
Location: third_party/speedometer/v3.0

Additionally we add README files for the previous versions that are
(still) part of the webkit repository and thus located under
third_party/blink/perf_tests/SpeedometerXX.

Bug: 1473955
Change-Id: I162982dcfb3ed187cb575757e24fc8517eefbf27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4793496
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1188297}
  • Loading branch information
camillobruni authored and Chromium LUCI CQ committed Aug 25, 2023
1 parent 9a031df commit 1908871
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,10 @@ vars = {
# and whatever else without interference from each other.
'libavifinfo_revision': '707919b2f8ac1920b2f7ae252c233f9c6dcf84e1',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Speedometer v3.0
# and whatever else without interference from each other.
'speedometer_3.0_revision': '5107c739c1b2a008e7293e3b489c4f80a8fb2e01',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling nearby
# and whatever else without interference from each other.
'nearby_revision': 'ea7aa00e0cd99a0fab900ae55e727fd5acf672fd',
Expand Down Expand Up @@ -1576,6 +1580,9 @@ deps = {
'src/third_party/securemessage/src':
Var('chromium_git') + '/external/github.com/google/securemessage.git' + '@' + Var('securemessage_revision'),

'src/third_party/speedometer/v3.0':
Var('chromium_git') + '/external/github.com/WebKit/Speedometer.git' + '@' + Var('speedometer_3.0_revision'),

'src/third_party/ukey2/src':
Var('chromium_git') + '/external/github.com/google/ukey2.git' + '@' + Var('ukey2_revision'),

Expand Down
1 change: 1 addition & 0 deletions third_party/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@
/soda-mac64
/soda-win32
/soda-win64
/speedometer/v3.0
/speex
/sqlite/src
/sqlite4java/lib/
Expand Down
23 changes: 23 additions & 0 deletions third_party/speedometer/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (C) 2013-2022 Apple Inc. All rights reserved.
Copyright (C) 2017 Google Inc. All rights reserved.
Copyright (C) 2022-2023 Mozilla Corporation. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3 changes: 3 additions & 0 deletions third_party/speedometer/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cbruni@chromium.org
vahl@chromium.org
thorsten@chromium.org
11 changes: 11 additions & 0 deletions third_party/speedometer/README.chromium
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Name: Speedometer
Short Name: speedometer
URL: https://github.com/WebKit/Speedometer
Version: unknown
License: BSD 2-Clause
License File: LICENSE
Shipped: no
Security Critical: no

Description:
This contains versioned snapshots of the Speedometer interaction benchmark.
3 changes: 3 additions & 0 deletions third_party/speedometer/v2.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Speedometer 2.0

v2.0 is part of the [third_party/blink/perf_tests/](../../blink/perf_tests/Speedometer20) folder.
3 changes: 3 additions & 0 deletions third_party/speedometer/v2.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Speedometer 2.1

v2.1 is part of the [third_party/blink/perf_tests/](../../blink/perf_tests/Speedometer21) folder.

0 comments on commit 1908871

Please sign in to comment.