Skip to content

Files

Latest commit

 

History

History

benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How to run these bechmarks

Setup

cd benchmarks
bundle install

Run Ruby benchmarks

This compares ips and memory usage for all apps defined in /apps

bundle exec ruby benchmarks.rb

Run benchmark using wrk

  1. Start the example app Example: openapi_first
bundle exec puma apps/openapi_first_with_response_validation.ru
  1. Run wrk
./benchmark-wrk.sh