Skip to content

Commit

Permalink
Update performance benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
baldawar committed Jul 5, 2024
1 parent fb4de9c commit c1f8677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ Events are processed at over 220K/second except for:
- wildcard matches, which are processed at over 170K/second.
- anything-but matches, which are processed at over 150K/second.
- numeric matches, which are processed at over 120K/second.
- complex array matches, which are processed at over 2.5K/second. // FIXME update these from github actions
- complex array matches, which are processed at over 35K/second.
### Suggestions for better performance
Expand Down

0 comments on commit c1f8677

Please sign in to comment.