зеркало из https://github.com/mozilla/pjs.git
Adjusting FAST constant upward so that test can pass in Rhino -
This commit is contained in:
Родитель
b4e31129c3
Коммит
5341aaf026
|
@ -45,7 +45,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
var bug = 85721;
|
||||
var summary = 'Performance: execution of regular expression';
|
||||
var FAST = 10; // execution should be 10 ms or less to pass the test
|
||||
var FAST = 25; // execution should be 25 ms or less to pass the test
|
||||
var MSG_FAST = 'Execution took less than ' + FAST + ' ms';
|
||||
var MSG_SLOW = 'Execution took ';
|
||||
var MSG_MS = ' ms';
|
||||
|
|
Загрузка…
Ссылка в новой задаче