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

Unified Diff: mojo/tools/get_test_list.py

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 | « mojo/public/cpp/utility/lib/run_loop.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 f21a862b42519071191590d6c40e00d99549eea3..d42815a5a6d4f2a2bea32f1683d16261c8a64f2f 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -236,6 +236,7 @@ def GetTestList(config, verbose_count=0):
if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_PERF):
test_names = ["mojo_public_c_system_perftests",
"mojo_public_cpp_bindings_perftests",
+ "mojo_public_cpp_environment_perftests",
"mojo_edk_system_perftests"]
for test_name in test_names:
« no previous file with comments | « mojo/public/cpp/utility/lib/run_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698