diff --git a/README.md b/README.md
index 46290aa..9203482 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ More details are available in the [Installation](#installation), [Usage](#usage)
🔌 |
- Compatible Works in any ES5 environment including older versions of Node.js, Deno, React Native and browsers |
+ Compatible Works in any ES5 environment including older versions of Node.js, Deno, Bun, React Native and browsers |
@@ -399,12 +399,10 @@ Pattern: src/test/**/*.?s
Sample: src/test/foo/bar.js
Compilation
- outmatch 695,059 ops/sec
- picomatch 260,646 ops/sec
+ outmatch 650,098 ops/sec
+ picomatch 136,927 ops/sec
Matching
- outmatch 32,407,232 ops/sec
- picomatch 10,710,969 ops/sec
+ outmatch 34,524,204 ops/sec
+ picomatch 10,223,739 ops/sec
```
-
-A better comparison is in the works.