Skip to content

Commit

Permalink
Add a bit to the README about building the benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Aug 8, 2023
1 parent 7d4ee6d commit 393d549
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions benchmarks/lobsters/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Lobsters Benchmark

The YJIT team started from the Lobsters source code on GitHub. We created a fairly simple route generator, including randomising data items, login and CSRF tokens.

The hope is that this will act as a step in between extremely simple Rails-based benchmarks (railsbench, erubi_rails) and significantly more complex Rails apps like Discourse with more non-Ruby dependencies, more I/O and database time, and more obstacles to easy benchmarking.

## Original Lobste.rs README follows

### Lobsters Rails Project ![build status](https://github.com/lobsters/lobsters/actions/workflows/check.yml/badge.svg)

This is the
Expand Down

0 comments on commit 393d549

Please sign in to comment.