ruby/benchmark/hash_literal_small2.rb

4 строки
91 B
Ruby

# frozen_string_literal: true
1_000_000.times.map { { "foo" => "bar", "bar" => "baz" } }