Allow the generate script to take arbitrary user input

This commit is contained in:
R Tyler Croy 2020-06-22 10:56:19 -07:00
parent c9b02e5c0b
commit aa7c16177d
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
require 'json'
10_000.times do |count|
count = ARGV.first || 10_000
count.to_i.times do |count|
x = {
:meta => {
:topic => :test,