Revision: 12586
Author:   [email protected]
Date:     Mon Sep 24 03:00:25 2012
Log:      Speed up test/mjsunit/debug-multiple-breakpoints

Review URL: https://codereview.chromium.org/10961064
http://code.google.com/p/v8/source/detail?r=12586

Modified:
 /branches/bleeding_edge/test/mjsunit/debug-multiple-breakpoints.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/debug-multiple-breakpoints.js Tue Dec 7 03:01:02 2010 +++ /branches/bleeding_edge/test/mjsunit/debug-multiple-breakpoints.js Mon Sep 24 03:00:25 2012
@@ -89,7 +89,7 @@
 assertEquals(3, break_point_hit_count);

 // Finally test with many break points.
-test_count = 100;
+test_count = 10;
 bps = new Array(test_count);
 break_point_hit_count = 0;
 for (var i = 0; i < test_count; i++) {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to