Commit f89d4f39 authored by ricow@chromium.org's avatar ricow@chromium.org

mjsunit/regress/regress-3247124 takes a long time to run, and the original regression is hit

with two orders of magnitude less iterations.

Review URL: http://codereview.chromium.org/5822001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6001 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d9c20275
......@@ -50,4 +50,4 @@ function bar(x) {
return r.toLowerCase();
}
for (var i = 0; i < 10000; i++) bar(foo);
for (var i = 0; i < 100; i++) bar(foo);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment