-
-
Save ShopifyEng/a8c9824538573ae5de0af1fbb82bc8b7 to your computer and use it in GitHub Desktop.
How to Fix Slow Code in Ruby - scir_compare_benchmark.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warming up -------------------------------------- | |
some method 1.000 i/100ms | |
other method 1.000 i/100ms | |
Calculating ------------------------------------- | |
some method 0.997 (± 0.0%) i/s - 5.000 in 5.013651s | |
other method 0.907 (± 0.0%) i/s - 5.000 in 5.513106s | |
Comparison: | |
some method: 1.0 i/s | |
other method: 0.9 i/s - 1.10x slower |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment