mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
update manifest
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@731 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
f761e28896
commit
8ea2f5d0cc
2 changed files with 9 additions and 7 deletions
14
Manifest
14
Manifest
|
@ -1,6 +1,7 @@
|
|||
bin/mongrel_rails
|
||||
CHANGELOG
|
||||
COPYING
|
||||
diff
|
||||
examples/builder.rb
|
||||
examples/camping/blog.rb
|
||||
examples/camping/README
|
||||
|
@ -19,15 +20,13 @@ ext/http11/extconf.rb
|
|||
ext/http11/http11.c
|
||||
ext/http11/http11_parser.c
|
||||
ext/http11/http11_parser.h
|
||||
ext/http11/http11_parser.java.rl
|
||||
ext/http11/http11_parser.rl
|
||||
ext/http11/http11_parser_common.rl
|
||||
ext/http11/MANIFEST
|
||||
ext/http11/tst.h
|
||||
ext/http11/tst_cleanup.c
|
||||
ext/http11/tst_delete.c
|
||||
ext/http11/tst_grow_node_free_list.c
|
||||
ext/http11/tst_init.c
|
||||
ext/http11/tst_insert.c
|
||||
ext/http11/tst_search.c
|
||||
ext/http11_java/Http11Service.java
|
||||
ext/http11_java/org/jruby/mongrel/Http11.java
|
||||
ext/http11_java/org/jruby/mongrel/Http11Parser.java
|
||||
lib/mongrel/camping.rb
|
||||
lib/mongrel/cgi.rb
|
||||
lib/mongrel/command.rb
|
||||
|
@ -46,6 +45,7 @@ Manifest
|
|||
mongrel-public_cert.pem
|
||||
README
|
||||
setup.rb
|
||||
test/jruby_socket.rb
|
||||
test/mime.yaml
|
||||
test/mongrel.conf
|
||||
test/test_cgi_wrapper.rb
|
||||
|
|
|
@ -219,6 +219,8 @@ class URIClassifierTest < Test::Unit::TestCase
|
|||
@classifier.register(uri, 1)
|
||||
end
|
||||
|
||||
# puts "#{@uris.size} URIs / #{@requests.size * 10000} requests"
|
||||
|
||||
Benchmark.bm do |x|
|
||||
x.report do
|
||||
# require 'ruby-prof'
|
||||
|
|
Loading…
Add table
Reference in a new issue