raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob b473619416ea6cc7944f015bbe0805e66c6c4496 218 bytes (raw)
$ git show v0.3.0:test/test_raindrops_gc.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
# -*- encoding: binary -*-
require 'test/unit'
require 'raindrops'

class TestRaindropsGc < Test::Unit::TestCase

  def test_gc
    assert_nothing_raised do
      1000000.times { Raindrops.new(24) }
    end
  end

end

git clone https://yhbt.net/raindrops.git