mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Reducing number of iterations in tests/jerry/nested_function.js 10000 -> 1000.
This commit is contained in:
parent
d4cd8be349
commit
64613b5513
@ -35,7 +35,7 @@ function f1()
|
||||
var k;
|
||||
var i;
|
||||
|
||||
for(i = 0; i < 10000; i++)
|
||||
for(i = 0; i < 1000; i++)
|
||||
{
|
||||
f1();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user