Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(974)

Unified Diff: mojo/BUILD.gn

Issue 2141083003: Add a perf test for async wait and fix a bug in mojo::RunLoop. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/public/c/environment/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 603cf24e49452877e3037fe4e95a306047c8402a..20e4b27b6ae23090f8ef26d38646304956ef3863 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -112,6 +112,7 @@ group("public_tests") {
# Perf tests:
":mojo_public_c_system_perftests",
":mojo_public_cpp_bindings_perftests",
+ ":mojo_public_cpp_environment_perftests",
]
}
@@ -185,3 +186,10 @@ test("mojo_public_cpp_bindings_perftests") {
"//mojo/public/cpp/bindings/tests:perftests",
]
}
+
+test("mojo_public_cpp_environment_perftests") {
+ deps = [
+ "//mojo/edk/test:run_all_perftests",
+ "//mojo/public/cpp/environment/tests:perftests",
+ ]
+}
« no previous file with comments | « no previous file | mojo/public/c/environment/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698