default: &default adapter: trilogy # ←mysql2から変更 encoding: utf8mb4 collation: utf8mb4_bin pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> username: <%= ENV.fetch("MYSQL_USERNAME") { "root" } %> password: <%= ENV.fetch("MYSQL_PASSWORD") { "" } %> host: localhost # frozen_string_literal: true # active recordの adapterによるパフォーマンスの差異を確認するためのベンチマーク Benchmark.bm 20 do |r| loop_cnt = 1_000 bulk_loop_cnt