Skip to content

Instantly share code, notes, and snippets.

@prathmeshranaut
Last active August 11, 2016 08:52
Show Gist options
  • Save prathmeshranaut/596e030476329582caebcb7f834f6e94 to your computer and use it in GitHub Desktop.
Save prathmeshranaut/596e030476329582caebcb7f834f6e94 to your computer and use it in GitHub Desktop.

Before

Rehearsal ----------------------------------------------
pool - 10    0.060000   0.000000   0.060000 (  0.065491)
pool - 100   0.050000   0.000000   0.050000 (  0.058047)
------------------------------------- total: 0.110000sec
            user     system      total        real
pool - 10    0.140000   0.000000   0.140000 (  0.145850)
pool - 100   0.040000   0.000000   0.040000 (  0.040523)

After

Rehearsal ----------------------------------------------
pool - 10    0.060000   0.000000   0.060000 (  0.061735)
pool - 100   0.050000   0.000000   0.050000 (  0.058645)
------------------------------------- total: 0.110000sec

             user     system      total        real
pool - 10    0.040000   0.000000   0.040000 (  0.043268)
pool - 100   0.040000   0.010000   0.050000 (  0.041099)

3 Times increase in speed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment