Sha256: 244631686565bf45c763c36de027749b10a537e50c1b659b1b10eb67bc09663b
Contents?: true
Size: 295 Bytes
Versions: 4
Compression:
Stored size: 295 Bytes
Contents
require_relative 'ruby/structs' require_relative 'ruby/method_exec' require_relative 'ruby/self_class' require_relative 'ruby/command' class BenchmarkCLI module Ruby BENCHMARKS = { structs: Structs, method_exec: MethodExec, self_class: SelfClass }.freeze end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
flows-0.6.0 | bin/benchmark_cli/ruby.rb |
flows-0.5.1 | bin/benchmark_cli/ruby.rb |
flows-0.5.0 | bin/benchmark_cli/ruby.rb |
flows-0.4.0 | bin/benchmark_cli/ruby.rb |