Skip to content

Commit

Permalink
docs: update performance section
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Sep 29, 2024
1 parent ce3d903 commit c7d8b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/performance/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d8b37

Please sign in to comment.