Skip to content

Instantly share code, notes, and snippets.

@jbboehr
Created June 3, 2015 21:36
Show Gist options
  • Save jbboehr/02c7a5908afece4140de to your computer and use it in GitHub Desktop.
Save jbboehr/02c7a5908afece4140de to your computer and use it in GitHub Desktop.
Xdebug is loaded, trying to re-run with bare configuration
+------------------------------+------+-------------+--------------+----------+
| Test | Runs | Total (s) | Average (ms) | Ops/msec |
+------------------------------+------+-------------+--------------+----------+
| arguments (compiler) | 500 | 0.00705504 | 0.0141101 | 70.8713 |
| array-each (compiler) | 500 | 0.0314162 | 0.0628324 | 15.9154 |
| array-mustache (compiler) | 500 | 0.033345 | 0.06669 | 14.9948 |
| complex (compiler) | 500 | 0.068074 | 0.136148 | 7.34495 |
| data (compiler) | 500 | 0.0380549 | 0.0761099 | 13.1389 |
| depth-1 (compiler) | 500 | 0.0312698 | 0.0625396 | 15.9899 |
| depth-2 (compiler) | 500 | 0.0803668 | 0.160734 | 6.22147 |
| object-mustache (compiler) | 500 | 0.0174239 | 0.0348477 | 28.6963 |
| object (compiler) | 500 | 0.017602 | 0.0352039 | 28.4059 |
| partial-recursion (compiler) | 500 | 0.0566859 | 0.113372 | 8.82053 |
| partial (compiler) | 500 | 0.0609879 | 0.121976 | 8.19834 |
| paths (compiler) | 500 | 0.0107169 | 0.0214338 | 46.6552 |
| string (compiler) | 500 | 0.000975132 | 0.00195026 | 512.751 |
| subexpression (compiler) | 500 | 0.01021 | 0.0204201 | 48.9714 |
| variables (compiler) | 500 | 0.00976777 | 0.0195355 | 51.1888 |
+------------------------------+------+-------------+--------------+----------+
Xdebug is loaded, trying to re-run with bare configuration
+------------------------------+------+-------------+--------------+----------+
| Test | Runs | Total (s) | Average (ms) | Ops/msec |
+------------------------------+------+-------------+--------------+----------+
| arguments (compiler) | 500 | 0.00407982 | 0.00815964 | 122.554 |
| array-each (compiler) | 500 | 0.0182211 | 0.0364423 | 27.4407 |
| array-mustache (compiler) | 500 | 0.020221 | 0.040442 | 24.7268 |
| complex (compiler) | 500 | 0.04441 | 0.08882 | 11.2587 |
| data (compiler) | 500 | 0.0210052 | 0.0420103 | 23.8037 |
| depth-1 (compiler) | 500 | 0.0244942 | 0.0489883 | 20.413 |
| depth-2 (compiler) | 500 | 0.0609281 | 0.121856 | 8.20639 |
| object-mustache (compiler) | 500 | 0.0100262 | 0.0200524 | 49.8693 |
| object (compiler) | 500 | 0.00849986 | 0.0169997 | 58.8245 |
| partial-recursion (compiler) | 500 | 0.030951 | 0.061902 | 16.1546 |
| partial (compiler) | 500 | 0.0365961 | 0.0731921 | 13.6627 |
| paths (compiler) | 500 | 0.010535 | 0.02107 | 47.4608 |
| string (compiler) | 500 | 0.000967979 | 0.00193596 | 516.54 |
| subexpression (compiler) | 500 | 0.00558496 | 0.0111699 | 89.5262 |
| variables (compiler) | 500 | 0.00296712 | 0.00593424 | 168.514 |
+------------------------------+------+-------------+--------------+----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment