]> granicus.if.org Git - php/commitdiff
Use small counter values for testing
authorDmitry Stogov <dmitry@zend.com>
Wed, 8 Jul 2020 13:49:51 +0000 (16:49 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 8 Jul 2020 13:49:51 +0000 (16:49 +0300)
run-tests.php

index 26bd7363166ebbc87e324a6ee6742735b008c372..696e949974e3e3863dc9d87349d0826764ec7325 100755 (executable)
@@ -337,6 +337,10 @@ function main()
         'opcache.fast_shutdown=0',
         'opcache.file_update_protection=0',
         'opcache.revalidate_freq=0',
+        'opcache.jit_hot_loop=1',
+        'opcache.jit_hot_func=1',
+        'opcache.jit_hot_return=1',
+        'opcache.jit_hot_side_exit=1',
         'zend.assertions=1',
         'zend.exception_ignore_args=0',
         'short_open_tag=0',