Petrik 8c5ed65efe [ruby/rack] Mark Rack as Realistic instead of Stripped 8 months ago
..
config 59df508711 [ruby/rack] Use java_tune.sh script for rack-jruby (#9372) 11 months ago
.dockerignore 472a935fce Fixed the broken rack benchmarks. Upgraded ruby version to 3.2 and upgraded the gems used. The benchmarks only use postgres now and use the Sequel gem for database access only (no ORM, everything is done with raw SQL). Made some minor changes to improve query speed including preparing statements (#8240) 2 years ago
.gitignore 472a935fce Fixed the broken rack benchmarks. Upgraded ruby version to 3.2 and upgraded the gems used. The benchmarks only use postgres now and use the Sequel gem for database access only (no ORM, everything is done with raw SQL). Made some minor changes to improve query speed including preparing statements (#8240) 2 years ago
Gemfile 1f29a038e3 [ruby/rack] Add Iodine server 9 months ago
Gemfile.lock 1f29a038e3 [ruby/rack] Add Iodine server 9 months ago
README.md 1f29a038e3 [ruby/rack] Add Iodine server 9 months ago
benchmark_config.json 8c5ed65efe [ruby/rack] Mark Rack as Realistic instead of Stripped 8 months ago
config.ru 472a935fce Fixed the broken rack benchmarks. Upgraded ruby version to 3.2 and upgraded the gems used. The benchmarks only use postgres now and use the Sequel gem for database access only (no ORM, everything is done with raw SQL). Made some minor changes to improve query speed including preparing statements (#8240) 2 years ago
falcon.rb 472a935fce Fixed the broken rack benchmarks. Upgraded ruby version to 3.2 and upgraded the gems used. The benchmarks only use postgres now and use the Sequel gem for database access only (no ORM, everything is done with raw SQL). Made some minor changes to improve query speed including preparing statements (#8240) 2 years ago
hello_world.rb 1f29a038e3 [ruby/rack] Add Iodine server 9 months ago
pg_db.rb 36a565afbc [ruby/rack] Don't use async_thread_pool (#9466) 9 months ago
rack-falcon.dockerfile 4ccf5c9cd7 [ruby] Use Ruby 3.4 9 months ago
rack-iodine.dockerfile fc9852ce3a [ruby/rack] Detect workers for Iodine 8 months ago
rack-jruby.dockerfile 1f29a038e3 [ruby/rack] Add Iodine server 9 months ago
rack-unicorn.dockerfile 4ccf5c9cd7 [ruby] Use Ruby 3.4 9 months ago
rack.dockerfile 4ccf5c9cd7 [ruby] Use Ruby 3.4 9 months ago

README.md

Ruby Rack Benchmarking Test

The information below contains information specific to Rack. For further guidance, review the documentation. Also note the additional information provided in the Ruby README.

This is the Ruby Rack portion of a benchmarking test suite comparing a variety of web servers.

Infrastructure Software Versions

The tests were run with:

Paths & Source for Tests

  • Routing and controller logic is in hello_world.rb
  • Database access is done with pg_db.rb (only postgres is supported and we are using sequel to connect and run queries)
  • No ORM is used.

Get Help

Experts

Resources