1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

more small tweaks/cleanup

This commit is contained in:
Wesley Beary 2009-06-23 00:16:08 -07:00
parent 7cd3f1a2ff
commit 901630bfe7
2 changed files with 5 additions and 6 deletions

View file

@ -19,7 +19,7 @@ raws.logger.level = 3 # ERROR
TIMES = 100
Benchmark.bm(25) do |bench|
Benchmark.bmbm(25) do |bench|
bench.report('fog.put_bucket') do
fog.put_bucket('fogbench')
end