Skip to content

Instantly share code, notes, and snippets.

@hnw
Created June 28, 2016 07:22
Show Gist options
  • Save hnw/25b9c8842357e3e8231dfe5642ea88cc to your computer and use it in GitHub Desktop.
Save hnw/25b9c8842357e3e8231dfe5642ea88cc to your computer and use it in GitHub Desktop.
PHP 7.1.0alpha1 (cli) (built: Jun 28 2016 12:53:16) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.1.0-dev, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.1.0alpha1, Copyright (c) 1999-2016, by Zend Technologies
simple 0.037
simplecall 0.011
simpleucall 0.034
simpleudcall 0.037
mandel 0.140
mandel2 0.144
ackermann(7) 0.032
ary(50000) 0.009
ary2(50000) 0.006
ary3(2000) 0.071
fibo(30) 0.120
hash1(50000) 0.013
hash2(500) 0.011
heapsort(20000) 0.036
matrix(20) 0.030
nestedloop(12) 0.067
sieve(30) 0.021
strcat(200000) 0.006
------------------------
Total 0.825
PHP 7.0.8 (cli) (built: Jun 28 2016 13:12:15) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.8, Copyright (c) 1999-2016, by Zend Technologies
simple 0.035
simplecall 0.011
simpleucall 0.036
simpleudcall 0.038
mandel 0.140
mandel2 0.147
ackermann(7) 0.033
ary(50000) 0.010
ary2(50000) 0.005
ary3(2000) 0.083
fibo(30) 0.127
hash1(50000) 0.014
hash2(500) 0.013
heapsort(20000) 0.040
matrix(20) 0.039
nestedloop(12) 0.069
sieve(30) 0.022
strcat(200000) 0.006
------------------------
Total 0.869
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment