Sha256: 989c05c3eea1f4ee1f1023d038caebc38b97bdf5f91cc179dc43bb84549baefc
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 Bytes
Contents
require_relative '../lib/rubykon' require_relative 'support/playout_help' require_relative 'support/benchmark-ips' Benchmark.ips do |benchmark| benchmark.config time: 30, warmup: 60 benchmark.report '9x9 full playout (+ score)' do full_playout_for 9 end benchmark.report '13x13 full playout (+ score)' do full_playout_for 13 end benchmark.report '19x19 full playout (+ score)' do full_playout_for 19 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubykon-0.3.1 | benchmark/full_playout.rb |
rubykon-0.3.0 | benchmark/full_playout.rb |