Sha256: 3dca7ad9a0f8722cd3b2472df42ebd4dddc8ee26514d7e40c94f78e190f9b2b3
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
require 'benchmark' Shoes.app do background green button 'start repeated app clear benchmark' do Benchmark.bm do |benchmark| benchmark.report do 200.times do clear do background green rect 200, 300, 50, 60 rect 100, 200, 100, 200 oval left: 22, top: 40, radius: 50 oval left: 350, top: 250, radius: 100 end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre2 | benchmark/app_clear.rb |
shoes-4.0.0.pre1 | benchmark/app_clear.rb |