Petrik 8c5ed65efe [ruby/rack] Mark Rack as Realistic instead of Stripped 8 kuukautta sitten
..
config 59df508711 [ruby/rack] Use java_tune.sh script for rack-jruby (#9372) 10 kuukautta sitten
.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 vuotta sitten
.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 vuotta sitten
Gemfile 1f29a038e3 [ruby/rack] Add Iodine server 8 kuukautta sitten
Gemfile.lock 1f29a038e3 [ruby/rack] Add Iodine server 8 kuukautta sitten
README.md 1f29a038e3 [ruby/rack] Add Iodine server 8 kuukautta sitten
benchmark_config.json 8c5ed65efe [ruby/rack] Mark Rack as Realistic instead of Stripped 8 kuukautta sitten
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 vuotta sitten
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 vuotta sitten
hello_world.rb 1f29a038e3 [ruby/rack] Add Iodine server 8 kuukautta sitten
pg_db.rb 36a565afbc [ruby/rack] Don't use async_thread_pool (#9466) 9 kuukautta sitten
rack-falcon.dockerfile 4ccf5c9cd7 [ruby] Use Ruby 3.4 8 kuukautta sitten
rack-iodine.dockerfile fc9852ce3a [ruby/rack] Detect workers for Iodine 8 kuukautta sitten
rack-jruby.dockerfile 1f29a038e3 [ruby/rack] Add Iodine server 8 kuukautta sitten
rack-unicorn.dockerfile 4ccf5c9cd7 [ruby] Use Ruby 3.4 8 kuukautta sitten
rack.dockerfile 4ccf5c9cd7 [ruby] Use Ruby 3.4 8 kuukautta sitten

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