Skip to content

Commit

Permalink
Reland "[gn build] (manually) port 1ee3205 (benchmark move)"
Browse files Browse the repository at this point in the history
This reverts commit bbccf49.
1ee3205 relanded in 5dda2ef.
  • Loading branch information
nico committed Dec 8, 2021
1 parent 4a2c827 commit 8720247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -3,6 +3,6 @@ executable("ScudoBenchmarks") {
sources = [ "malloc_benchmark.cpp" ]
deps = [
"//compiler-rt/lib/scudo/standalone:sources",
"//llvm/utils/benchmark",
"//third-party/benchmark",
]
}
@@ -1,6 +1,9 @@
static_library("benchmark") {
sources = [
"src/benchmark.cc",
"src/benchmark_api_internal.cc",
"src/benchmark_name.cc",
"src/benchmark_runner.cc",
"src/benchmark_register.cc",
"src/colorprint.cc",
"src/commandlineflags.cc",
Expand All @@ -9,6 +12,7 @@ static_library("benchmark") {
"src/counter.cc",
"src/csv_reporter.cc",
"src/json_reporter.cc",
"src/perf_counters.cc",
"src/reporter.cc",
"src/sleep.cc",
"src/statistics.cc",
Expand Down

0 comments on commit 8720247

Please sign in to comment.