Sha256: 907b65ca8d6ac1e541574ec8749314309fa8a5b9b962c472893885260f834143

Contents?: true

Size: 334 Bytes

Versions: 2

Compression:

Stored size: 334 Bytes

Contents

require_relative '../lib/rubykon'
require_relative 'support/playout_help'
require_relative 'support/benchmark-ips'

Benchmark.ips do |benchmark|
  benchmark.report '9x9 playout' do
    playout_for 9
  end
  benchmark.report '13x13 playout' do
    playout_for 13
  end
  benchmark.report '19x19 playout' do
    playout_for 19
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubykon-0.3.1 benchmark/playout.rb
rubykon-0.3.0 benchmark/playout.rb