mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
2b35775fbe
Before with `prepared_statements: true`: ``` Warming up -------------------------------------- where with ids 9.000 i/100ms Calculating ------------------------------------- where with ids 91.992 (± 7.6%) i/s - 459.000 in 5.020817s ``` Now with `prepared_statements: true`: ``` Warming up -------------------------------------- where with ids 10.000 i/100ms Calculating ------------------------------------- where with ids 99.393 (± 8.0%) i/s - 500.000 in 5.069280s ``` |
||
---|---|---|
.. | ||
bind.rb | ||
composite.rb | ||
plain_string.rb | ||
sql_string.rb | ||
substitute_binds.rb |