forked from youtube/cobalt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Google Benchmark to match Chromium
Issue: 326748668 Reviewed-on: youtube#3218
- Loading branch information
Showing
142 changed files
with
452 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
name: "google_benchmark" | ||
description: | ||
"Benchmark is a Google library that benchmarks code snippets, similar to " | ||
"unit tests. Cobalt currently enables Benchmark on Linux and Android to " | ||
"benchmark memory and thread usage." | ||
|
||
third_party { | ||
identifier { | ||
type: "ChromiumVersion" | ||
value: "87.0.4280.142" # from https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-chrome-os.html | ||
} | ||
identifier { | ||
type: "Git" | ||
value: "https://chromium.googlesource.com/external/github.com/google/benchmark.git" | ||
version: "367119482ff4abc3d73e4a109b410090fc281337" | ||
# from https://chromium.googlesource.com/chromium/src/+/87.0.4280.142/DEPS#821 | ||
value: "https://chromium.googlesource.com/chromium/src.git" | ||
version: "f73da6d3eaeb33e9d4bcb497bf13c655143a82f9" | ||
} | ||
last_upgrade_date { | ||
year: 2019 | ||
month: 12 | ||
day: 2 | ||
identifier { | ||
type: "UpstreamSubdir" | ||
value: "third_party/google_benchmark" | ||
} | ||
license_type: NOTICE | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Primary for bugs, reviews: | ||
[email protected] | ||
|
||
# Secondary: | ||
[email protected] | ||
|
||
# TEAM: [email protected] | ||
# COMPONENT: Internals>Storage |
Oops, something went wrong.