Sha256: b9bd522bd581459b321dbd2dcf136104957b946510543548941dcbb8a3282b3c

Contents?: true

Size: 234 Bytes

Versions: 35

Compression:

Stored size: 234 Bytes

Contents

#!/usr/bin/env ruby

require File.expand_path(
    File.join(File.dirname(__FILE__), '..', 'lib', 'tournament'))


require 'benchmark'

Tournament::Pool.test
Benchmark.bm(12) do |x|
  x.report('final_8') { Tournament::Pool.test }
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
tournament-5.0.0 bin/benchmark_pool
tournament-4.2.0 bin/benchmark_pool
tournament-4.0.2 bin/benchmark_pool
tournament-4.0.0 bin/benchmark_pool
tournament-3.3.3 bin/benchmark_pool
tournament-3.3.2 bin/benchmark_pool
tournament-3.3.1 bin/benchmark_pool
tournament-3.3.0 bin/benchmark_pool
tournament-3.2.2 bin/benchmark_pool
tournament-3.2.1 bin/benchmark_pool
tournament-3.2.0 bin/benchmark_pool
tournament-3.1.1 bin/benchmark_pool
tournament-3.1.0 bin/benchmark_pool
tournament-3.0.3 bin/benchmark_pool
tournament-3.0.2 bin/benchmark_pool
tournament-3.0.1 bin/benchmark_pool
tournament-3.0.0 bin/benchmark_pool
tournament-0.0.3 bin/benchmark_pool
tournament-0.0.1 bin/benchmark_pool
tournament-0.0.2 bin/benchmark_pool