Skip to content

Commit 69b1f3d

Browse files
committed
Use small counter values for testing
1 parent ad52e4c commit 69b1f3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run-tests.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ function main()
337337
'opcache.fast_shutdown=0',
338338
'opcache.file_update_protection=0',
339339
'opcache.revalidate_freq=0',
340+
'opcache.jit_hot_loop=1',
341+
'opcache.jit_hot_func=1',
342+
'opcache.jit_hot_return=1',
343+
'opcache.jit_hot_side_exit=1',
340344
'zend.assertions=1',
341345
'zend.exception_ignore_args=0',
342346
'short_open_tag=0',

0 commit comments

Comments
 (0)