rails_ruby_bench icon indicating copy to clipboard operation
rails_ruby_bench copied to clipboard

A Rails-based benchmark for Ruby development

Results 5 rails_ruby_bench issues
Sort by recently updated
recently updated
newest added

Hey 👋 Very cool idea and project, and _useful_. I was wondering if there are any plans on dockerizing this, as testing with different images would be easier, and also...

hey this is a great project and I am looking for a way to test the impact of some gems and patches to Ruby and how they impact app performance....

Hi, (edited for errors) I have followed the instructions [here](https://www.linuxbabe.com/ubuntu/install-discourse-ubuntu-18-04-server-without-docker) to install discourse locally without docker. I now have discourse running with nginx. The seed script seems fail due to...

``` koyoko% RAILS_ENV=profile ruby seed_db_data.rb Traceback (most recent call last): 21: from seed_db_data.rb:65:in `' 20: from /home/samuel/.rvm/rubies/ruby-2.6.1/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' 19: from /home/samuel/.rvm/rubies/ruby-2.6.1/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' 18: from /home/samuel/Documents/socketry/rails_ruby_bench/work/discourse/config/environment.rb:4:in `' 17: from /home/samuel/.rvm/rubies/ruby-2.6.1/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'...

That's not a big problem for accuracy, but it's a sign that something's wrong. Nothing notable changed in Discourse between versions where CSRF works (1.7.8 and before) and Discourse versions...