Skip to content

Commit

Permalink
docs: update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 28, 2019
1 parent 758e19b commit fe9dffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@


- Lightweight Cron expression parser library for PHP.
- Zero dependency.
- Very **fast** because it bails early in case a segment doesnt match.
- Real [benchmark](https://github.com/adhocore/php-cron-bench) shows it is about 9.64x to 10.57x faster than `dragonmantank/cron-expression`
- Real [benchmark](https://github.com/adhocore/php-cron-bench) shows it is about 7.54x to 12.92x faster than `dragonmantank/cron-expression`

## Installation

Expand Down

0 comments on commit fe9dffd

Please sign in to comment.