Skip to content

Instantly share code, notes, and snippets.

@solnic
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save solnic/2a2151b7b67e6d1f8447 to your computer and use it in GitHub Desktop.

Select an option

Save solnic/2a2151b7b67e6d1f8447 to your computer and use it in GitHub Desktop.
Sequel-powered ROM vs AR benchmark
# https://github.com/rom-rb/rom/blob/reboot/benchmarks/basic.rb
Calculating -------------------------------------
schema.users.to_a 20 i/100ms
mappers.users.to_a 17 i/100ms
ARUser.all.to_a 10 i/100ms
-------------------------------------------------
schema.users.to_a 210.7 (±9.5%) i/s - 1060 in 5.074291s
mappers.users.to_a 173.8 (±9.2%) i/s - 867 in 5.026702s
ARUser.all.to_a 102.3 (±5.9%) i/s - 510 in 5.004413s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment