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

Unified Diff: gpu/angle_perftests_main.cc

Issue 1201583002: Speed up angle_end2end_tests by running tests in larger batches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove isolate change. Created 5 years, 6 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 | « gpu/angle_end2end_tests_main.cc ('k') | gpu/angle_test_batcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/angle_perftests_main.cc
diff --git a/gpu/angle_perftests_main.cc b/gpu/angle_perftests_main.cc
index c608a3ed4c55950b7c92bb40b319a91b0278b5eb..4c861daf9bb120aeb8e257dda7beac2309631dad 100644
--- a/gpu/angle_perftests_main.cc
+++ b/gpu/angle_perftests_main.cc
@@ -8,6 +8,7 @@
#include "base/message_loop/message_loop.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
+#include "gpu/angle_test_batcher.h"
namespace {
@@ -20,6 +21,7 @@ int RunHelper(base::TestSuite* test_suite) {
int main(int argc, char** argv) {
base::CommandLine::Init(argc, argv);
+ gpu::BatchANGLETests();
base::TestSuite test_suite(argc, argv);
int rt = base::LaunchUnitTestsSerially(
argc,
« no previous file with comments | « gpu/angle_end2end_tests_main.cc ('k') | gpu/angle_test_batcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698