From c7d8b378b53a61afef675975086ada4f3645fab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arist=C3=B3teles?= Date: Sun, 29 Sep 2024 17:33:34 -0300 Subject: [PATCH] docs: update performance section --- guides/performance/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/performance/readme.md b/guides/performance/readme.md index c6e128b..dbd20bb 100644 --- a/guides/performance/readme.md +++ b/guides/performance/readme.md @@ -105,14 +105,14 @@ File.open("#{File.dirname(__FILE__)}/../apps/lennarb_#{LEVELS}_#{ROUTES_PER_LEVE f.puts "require 'lennarb'" f.puts 'app = Lennarb.new' lennarb_routes.call(f, LEVELS, '/', '/', ['a']) - f.puts 'App = app.freeze' + f.puts 'App = app' end ``` ### 4. Run the benchmarks ```bash -$ bundle exec rake benchmarks R10K_APPS="lennarb syro roda" +$ bundle exec rake bench graphs R10K_APPS="lennarb syro roda" ``` ## Conclusion