Skip to content

Commit

Permalink
chore: update benchmark data
Browse files Browse the repository at this point in the history
  • Loading branch information
shulaoda committed Aug 15, 2024
1 parent 8293848 commit 370042f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ const PATH: &'static str = "some/a/bigger/path/to/the/crazy/needle.txt";
```

```
mine time: [63.347 ns 63.389 ns 63.450 ns]
glob time: [380.53 ns 382.89 ns 386.44 ns]
globset time: [27.686 µs 27.696 µs 27.707 µs]
glob_match time: [197.79 ns 198.67 ns 199.79 ns]
mine time: [75.860 ns 76.625 ns 77.468 ns]
glob time: [369.87 ns 376.28 ns 383.55 ns]
globset time: [21.077 µs 21.234 µs 21.458 µs]
glob_match time: [192.68 ns 193.82 ns 195.02 ns]
glob_pre_compiled time: [86.975 ns 87.593 ns 88.182 ns]
globset_pre_compiled time: [42.360 ns 42.574 ns 42.803 ns]
```

### Test Case 2
Expand All @@ -87,9 +89,10 @@ const PATH: &'static str = "some/a/bigger/path/to/the/crazy/needle.txt";
```

```
mine time: [403.06 ns 405.17 ns 407.76 ns]
globset time: [36.929 µs 37.284 µs 37.731 µs]
glob_match time: [367.10 ns 369.04 ns 371.61 ns]
mine time: [487.75 ns 491.41 ns 496.32 ns]
globset time: [31.717 µs 31.857 µs 32.062 µs]
glob_match time: [391.12 ns 394.70 ns 399.05 ns]
globset_pre_compiled time: [42.726 ns 42.828 ns 42.954 ns]
```

## FAQ
Expand Down

0 comments on commit 370042f

Please sign in to comment.