Signed-off-by:mipengwei <mipengwei@huawei.com>

This commit is contained in:
mipengwei 2022-07-20 08:20:47 +00:00 committed by Gitee
parent 3c92e8a7d8
commit 72bfbaf914
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -41,9 +41,9 @@ ohos_static_library("benchmark") {
"src/complexity.cc",
"src/console_reporter.cc",
"src/counter.cc",
"src/perf_counters.cc",
"src/csv_reporter.cc",
"src/json_reporter.cc",
"src/perf_counters.cc",
"src/reporter.cc",
"src/sleep.cc",
"src/statistics.cc",
@ -68,4 +68,4 @@ ohos_static_library("benchmark_main") {
deps = [
":benchmark"
]
}
}