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

Unified Diff: mojo/tools/get_test_list.py

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 | « mojo/environment/async_wait_perftest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index d42815a5a6d4f2a2bea32f1683d16261c8a64f2f..ee944e14180b4ec75f3b0fb26089662164481879 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -237,7 +237,8 @@ def GetTestList(config, verbose_count=0):
test_names = ["mojo_public_c_system_perftests",
"mojo_public_cpp_bindings_perftests",
"mojo_public_cpp_environment_perftests",
- "mojo_edk_system_perftests"]
+ "mojo_edk_system_perftests",
+ "mojo_environment_perftests"]
for test_name in test_names:
command = ["python",
« no previous file with comments | « mojo/environment/async_wait_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698