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

Unified Diff: mojo/BUILD.gn

Issue 2142393002: Add perf tests for async waits using base::MessageLoop. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_async_waiter_perftest
Patch Set: gah 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/environment/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 20e4b27b6ae23090f8ef26d38646304956ef3863..c9a7cc3677c82c59e37f7a6d545afcd2a423f788 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -63,6 +63,9 @@ group("tests") {
"//mojo/dart:tests",
"//mojo/data_pipe_utils:mojo_data_pipe_utils_apptests",
"//mojo/edk:tests",
+
+ # TODO(vtl): Should there be a separate target for perf tests?
+ "//mojo/environment:mojo_environment_perftests",
"//mojo/file_utils:file_utils_apptests",
"//mojo/gles2:mgl_unittests",
"//mojo/message_pump:mojo_message_pump_apptests",
« no previous file with comments | « no previous file | mojo/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698