Sha256: 6bfbd56acb4f4557b683f36c3e30c9bf1640e954dcb9dc3823bb10edfbf39a34

Contents?: true

Size: 131 Bytes

Versions: 7

Compression:

Stored size: 131 Bytes

Contents

# frozen_string_literal: true

require File.dirname(__FILE__) + '/../lib/faker'

N = 1_000_000

N.times do
  FFaker::Name.name
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ffaker-2.18.0 scripts/profiling.rb
ffaker-2.17.0 scripts/profiling.rb
ffaker-2.16.0 scripts/profiling.rb
ffaker-2.15.0 scripts/profiling.rb
ffaker-2.14.0 scripts/profiling.rb
ffaker-2.13.0 scripts/profiling.rb
ffaker-2.12.0 scripts/profiling.rb