Skip to content

Instantly share code, notes, and snippets.

@ezzatron
Created July 8, 2014 04:14
Show Gist options
  • Save ezzatron/ec0f31744c474073941d to your computer and use it in GitHub Desktop.
Save ezzatron/ec0f31744c474073941d to your computer and use it in GitHub Desktop.
Benchmarking new PHPUnit annotation resolution against the sebastian/money test suite (round 2)

Benchmarking new PHPUnit annotation resolution against the sebastian/money test suite (round 2)

Host machine

  • 27" iMac, late 2013
  • 3.2 GHz Intel Core i5
  • 8 GB 1600 MHz DDR3
  • PHP memory_limit of 128MB

Summary of runs

PHPUnit master branch (no coverage)

  • Time: 2.62 seconds, Memory: 7.25Mb
  • Time: 2.54 seconds, Memory: 7.25Mb
  • Time: 2.54 seconds, Memory: 7.25Mb
  • Time: 2.55 seconds, Memory: 7.25Mb
  • Time: 2.56 seconds, Memory: 7.25Mb
  • Time: 2.57 seconds, Memory: 7.25Mb
  • Time: 2.61 seconds, Memory: 7.25Mb
  • Time: 2.55 seconds, Memory: 7.25Mb
  • Time: 2.57 seconds, Memory: 7.25Mb
  • Time: 2.54 seconds, Memory: 7.25Mb
Averages
  • Average: Time: 2.57 seconds, Memory: 7.25Mb

PHPUnit annotation-resolution branch (no coverage)

  • Time: 2.67 seconds, Memory: 8.75Mb
  • Time: 2.62 seconds, Memory: 8.75Mb
  • Time: 2.63 seconds, Memory: 8.75Mb
  • Time: 2.64 seconds, Memory: 8.75Mb
  • Time: 2.68 seconds, Memory: 8.75Mb
  • Time: 2.73 seconds, Memory: 8.75Mb
  • Time: 2.66 seconds, Memory: 8.75Mb
  • Time: 2.67 seconds, Memory: 8.75Mb
  • Time: 2.64 seconds, Memory: 8.75Mb
  • Time: 2.64 seconds, Memory: 8.75Mb
Averages
  • Average: Time: 2.66 seconds, Memory: 8.75Mb

PHPUnit master branch (with coverage)

  • Time: 5.15 seconds, Memory: 15.00Mb
  • Time: 5.29 seconds, Memory: 15.00Mb
  • Time: 5.17 seconds, Memory: 15.00Mb
  • Time: 5.38 seconds, Memory: 15.00Mb
  • Time: 5.15 seconds, Memory: 15.00Mb
  • Time: 5.31 seconds, Memory: 15.00Mb
  • Time: 5.52 seconds, Memory: 15.00Mb
  • Time: 5.21 seconds, Memory: 15.00Mb
  • Time: 5.41 seconds, Memory: 15.00Mb
  • Time: 5.25 seconds, Memory: 15.00Mb
Averages
  • Average: Time: 5.28 seconds, Memory: 15.00Mb

PHPUnit annotation-resolution branch (with coverage)

  • Time: 6.94 seconds, Memory: 19.00Mb
  • Time: 7.14 seconds, Memory: 19.00Mb
  • Time: 6.97 seconds, Memory: 19.00Mb
  • Time: 6.96 seconds, Memory: 19.00Mb
  • Time: 6.81 seconds, Memory: 19.00Mb
  • Time: 6.66 seconds, Memory: 19.00Mb
  • Time: 6.77 seconds, Memory: 19.00Mb
  • Time: 6.69 seconds, Memory: 19.00Mb
  • Time: 6.84 seconds, Memory: 19.00Mb
  • Time: 7.03 seconds, Memory: 19.00Mb
Averages
  • Average: Time: 6.88 seconds, Memory: 19.00Mb

Notes

  • I am not confident of the accuracy of PHP's/PHPUnit's memory usage reporting.

Conclusions

  • 3.63% increase in execution time, and 20.7% increase in memory usage (when not creating coverage reports)
  • 30.2% increase in execution time, and 26.7% increase in memory usage (when coverage reporting is enabled)
14:06 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.94 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:06 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 7.14 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:06 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.97 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:06 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.96 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:06 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.81 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:07 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.66 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:07 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.77 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:07 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.69 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:07 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 6.84 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:08 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 7.03 seconds, Memory: 19.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.67 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.62 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.63 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.64 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.68 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.73 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.66 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.67 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.64 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g885efe9 by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.64 seconds, Memory: 8.75Mb
OK (3300 tests, 5200 assertions)
13:51 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.15 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:01 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.29 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:01 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.17 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:01 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.38 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:01 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.15 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:02 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.31 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:02 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.52 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:02 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.21 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:02 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.41 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
14:02 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --coverage-html=./report --repeat 10 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................... 63 / 330 ( 19%)
............................................................... 126 / 330 ( 38%)
............................................................... 189 / 330 ( 57%)
............................................................... 252 / 330 ( 76%)
............................................................... 315 / 330 ( 95%)
...............
Time: 5.25 seconds, Memory: 15.00Mb
OK (330 tests, 520 assertions)
Generating code coverage report in HTML format ... done
13:46 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.62 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:49 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.54 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:49 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.54 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:49 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.55 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:49 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.56 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:49 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.57 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:49 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.61 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:50 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.55 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:50 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.57 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
13:50 sebastianbergmann/money master: ../phpunit/phpunit --bootstrap ./src/autoload.php --repeat 100 tests
PHPUnit 4.3-g58f3a0e by Sebastian Bergmann.
............................................................. 61 / 3300 ( 1%)
............................................................. 122 / 3300 ( 3%)
............................................................. 183 / 3300 ( 5%)
............................................................. 244 / 3300 ( 7%)
............................................................. 305 / 3300 ( 9%)
............................................................. 366 / 3300 ( 11%)
............................................................. 427 / 3300 ( 12%)
............................................................. 488 / 3300 ( 14%)
............................................................. 549 / 3300 ( 16%)
............................................................. 610 / 3300 ( 18%)
............................................................. 671 / 3300 ( 20%)
............................................................. 732 / 3300 ( 22%)
............................................................. 793 / 3300 ( 24%)
............................................................. 854 / 3300 ( 25%)
............................................................. 915 / 3300 ( 27%)
............................................................. 976 / 3300 ( 29%)
............................................................. 1037 / 3300 ( 31%)
............................................................. 1098 / 3300 ( 33%)
............................................................. 1159 / 3300 ( 35%)
............................................................. 1220 / 3300 ( 36%)
............................................................. 1281 / 3300 ( 38%)
............................................................. 1342 / 3300 ( 40%)
............................................................. 1403 / 3300 ( 42%)
............................................................. 1464 / 3300 ( 44%)
............................................................. 1525 / 3300 ( 46%)
............................................................. 1586 / 3300 ( 48%)
............................................................. 1647 / 3300 ( 49%)
............................................................. 1708 / 3300 ( 51%)
............................................................. 1769 / 3300 ( 53%)
............................................................. 1830 / 3300 ( 55%)
............................................................. 1891 / 3300 ( 57%)
............................................................. 1952 / 3300 ( 59%)
............................................................. 2013 / 3300 ( 61%)
............................................................. 2074 / 3300 ( 62%)
............................................................. 2135 / 3300 ( 64%)
............................................................. 2196 / 3300 ( 66%)
............................................................. 2257 / 3300 ( 68%)
............................................................. 2318 / 3300 ( 70%)
............................................................. 2379 / 3300 ( 72%)
............................................................. 2440 / 3300 ( 73%)
............................................................. 2501 / 3300 ( 75%)
............................................................. 2562 / 3300 ( 77%)
............................................................. 2623 / 3300 ( 79%)
............................................................. 2684 / 3300 ( 81%)
............................................................. 2745 / 3300 ( 83%)
............................................................. 2806 / 3300 ( 85%)
............................................................. 2867 / 3300 ( 86%)
............................................................. 2928 / 3300 ( 88%)
............................................................. 2989 / 3300 ( 90%)
............................................................. 3050 / 3300 ( 92%)
............................................................. 3111 / 3300 ( 94%)
............................................................. 3172 / 3300 ( 96%)
............................................................. 3233 / 3300 ( 97%)
............................................................. 3294 / 3300 ( 99%)
......
Time: 2.54 seconds, Memory: 7.25Mb
OK (3300 tests, 5200 assertions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment