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

Unified Diff: mojo/public/cpp/environment/tests/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
Index: mojo/public/cpp/environment/tests/BUILD.gn
diff --git a/mojo/public/cpp/environment/tests/BUILD.gn b/mojo/public/cpp/environment/tests/BUILD.gn
index 10fd056ab29f34a38ad3b7059647a3c40a7450be..4ddf14dd1c2113c0fb11f2b097e61fb4bd21a77a 100644
--- a/mojo/public/cpp/environment/tests/BUILD.gn
+++ b/mojo/public/cpp/environment/tests/BUILD.gn
@@ -27,3 +27,23 @@ mojo_sdk_source_set("tests") {
"mojo/public/cpp/utility",
]
}
+
+mojo_sdk_source_set("perftests") {
+ testonly = true
+
+ sources = [
+ "run_loop_async_wait_perftest.cc",
+ ]
+
+ deps = [
+ "//testing/gtest",
+ ]
+
+ mojo_sdk_deps = [
+ "mojo/public/c/environment/tests:perftest_helpers",
+ "mojo/public/cpp/environment:standalone",
+ "mojo/public/cpp/system",
+ "mojo/public/cpp/test_support",
+ "mojo/public/cpp/utility",
+ ]
+}
« no previous file with comments | « mojo/public/c/system/tests/perftest_utils.h ('k') | mojo/public/cpp/environment/tests/run_loop_async_wait_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698