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

Unified Diff: test/cctest/test-types.cc

Issue 239513009: Improve execution time of cctest/test-types. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-types.cc
diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
index ba4748bafa36826393ea7e82378c6a469c207785..62ec698ec32bfe610690dcb1c4bdef1bcc02f1ef 100644
--- a/test/cctest/test-types.cc
+++ b/test/cctest/test-types.cc
@@ -139,7 +139,7 @@ class Types {
types.push_back(Type::Constant(*it, region));
}
- for (int i = 0; i < 100; ++i) {
+ for (int i = 0; i < 50; ++i) {
types.push_back(Fuzz());
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698