Sha256: 038315bff589328b124d314924eab683d4cf8b2b0c9cadf1aed4e08a301ec2fb

Contents?: true

Size: 124 Bytes

Versions: 10

Compression:

Stored size: 124 Bytes

Contents

File::open('bench/dummy.csv', 'w') { |f|
  (1..1000000).each {
    f.puts(Time.now.strftime('%Y-%m-%d %H:%M:%S.%9N'))
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
embulk-filter-timestamp_format-0.3.3 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.3.2 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.3.1 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.3.0 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.2.4 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.2.3 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.2.1 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.2.0 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.1.9 bench/gen_dummy.rb
embulk-filter-timestamp_format-0.1.8 bench/gen_dummy.rb