php8

[root@ecs-4e7a-0002 php8.0]# ./bin/php -d opcache.enable_cli=1 -d opcache.jit_buffer_size=64M -d opcache.jit=1235 bench.php
simple             0.001
simplecall         0.000
simpleucall        0.000
simpleudcall       0.000
mandel             0.007
mandel2            0.008
ackermann(7)       0.008
ary(50000)         0.004
ary2(50000)        0.003
ary3(2000)         0.011
fibo(30)           0.021
hash1(50000)       0.009
hash2(500)         0.005
heapsort(20000)    0.011
matrix(20)         0.010
nestedloop(12)     0.007
sieve(30)          0.003
strcat(200000)     0.003
------------------------
Total              0.112
[root@ecs-4e7a-0002 php8.0]# ./bin/php -d opcache.enable_cli=1 -d opcache.jit_buffer_size=0 -d opcache.jit=1235 bench.php
simple             0.006
simplecall         0.003
simpleucall        0.003
simpleudcall       0.003
mandel             0.022
mandel2            0.035
ackermann(7)       0.014
ary(50000)         0.005
ary2(50000)        0.003
ary3(2000)         0.028
fibo(30)           0.041
hash1(50000)       0.009
hash2(500)         0.010
heapsort(20000)    0.030
matrix(20)         0.017
nestedloop(12)     0.018
sieve(30)          0.008
strcat(200000)     0.004
------------------------
Total              0.257

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章