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

Unified Diff: gpu/angle_unittest_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_test_batcher.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/angle_unittest_main.cc
diff --git a/gpu/angle_unittest_main.cc b/gpu/angle_unittest_main.cc
index 7187829a233108e1ec3c3cd1e5da785f22e3bfe4..e8f63af1908b7702af81d526bcf3062a37a7db59 100644
--- a/gpu/angle_unittest_main.cc
+++ b/gpu/angle_unittest_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"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/angle/include/GLSLANG/ShaderLang.h"
@@ -23,6 +24,7 @@ int RunHelper(base::TestSuite* test_suite) {
int main(int argc, char** argv) {
base::CommandLine::Init(argc, argv);
+ gpu::BatchANGLETests();
testing::InitGoogleMock(&argc, argv);
ShInitialize();
base::TestSuite test_suite(argc, argv);
« no previous file with comments | « gpu/angle_test_batcher.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698