Skip to content

Commit

Permalink
Update README.md fix table bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Ermolaev Andrey authored Nov 10, 2023
1 parent 945599a commit aed5299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The [aasm](https://github.com/aasm/aasm) and [state_machines](https://github.com

Performance comparison (see [test/performance.rb](../blob/master/test/performance.ru))

| Gem | Method | |
| :--- | ---: | :--- |
| enum_machine | order.state.forming? | 894921.3 i/s |
| state_machines | order.forming? | 189901.8 i/s - 4.71x slower |
Expand Down

0 comments on commit aed5299

Please sign in to comment.