diff --git a/readme.md b/readme.md index e597d01..f5511ee 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,7 @@ Run `go test -bench=.` from source root to see the benchmarks: Pattern | Fixture | Operations | Speed (ns/op) --------|---------|------------|-------------- -`[a-z][!a-x]*cat*[h][!b]*eyes*` | | 50000 | 26497 +`[a-z][!a-x]*cat*[h][!b]*eyes*` | - (parsing) | 50000 | 26497 `[a-z][!a-x]*cat*[h][!b]*eyes*` | `my cat has very bright eyes` | 2000000 | 615 `https://*.google.*` | `https://account.google.com` | 10000000 | 121 `{https://*.google.*,*yandex.*,*yahoo.*,*mail.ru}` | `http://yahoo.com` | 10000000 | 167