Sha256: 967d79037d8544bc88594197835049e1d9db8083571aaa6f3172738405586191

Contents?: true

Size: 381 Bytes

Versions: 28

Compression:

Stored size: 381 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift("#{__dir__}/../lib/evostream/cli")

require 'bundler/setup'
require 'active_support/inflector'
require 'json'
require 'runner'
require 'benchmark'

cli = Evostream::Runner.new
result = 0

time = Benchmark.realtime do
  result = cli.run
end

puts "Finished in #{time} seconds" if Evostream::Service.environment.eql?(:development)
exit result

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
evostream-event-2.0.3 bin/evostream
evostream-event-2.0.3.pre.1265906291 bin/evostream
evostream-event-2.0.3.pre.1265756691 bin/evostream
evostream-event-2.0.3.pre.1265752332 bin/evostream
evostream-event-2.0.2 bin/evostream
evostream-event-2.0.2.pre.994185738 bin/evostream
evostream-event-2.0.0.pre.994170151 bin/evostream
evostream-event-2.0.0.pre.994165179 bin/evostream
evostream-event-2.0.0.pre.994159616 bin/evostream
evostream-event-2.0.0.pre.856454391 bin/evostream
evostream-event-2.0.0.pre.856447460 bin/evostream
evostream-event-2.0.0.pre.856441003 bin/evostream
evostream-event-2.0.0.pre.816370746 bin/evostream
evostream-event-2.0.0.pre.809444619 bin/evostream
evostream-event-1.0.3 bin/evostream
evostream-event-1.0.3.pre.95 bin/evostream
evostream-event-1.0.3.pre.93 bin/evostream
evostream-event-1.0.3.pre.91 bin/evostream
evostream-event-1.0.3.pre.83 bin/evostream
evostream-event-1.0.2 bin/evostream