Skip to content

Commit

Permalink
perf: unify glob_match_with_brace and glob_match
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Aug 20, 2024
1 parent 8293848 commit fa00a9d
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 812 deletions.
2 changes: 1 addition & 1 deletion benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fn brace_expansion(c: &mut Criterion) {
});

group.bench_function("fast-glob", |b| {
b.iter(|| assert!(fast_glob::glob_match_with_brace(GLOB, PATH)));
b.iter(|| assert!(fast_glob::glob_match(GLOB, PATH)));
});

group.finish();
Expand Down
179 changes: 0 additions & 179 deletions src/brace.rs

This file was deleted.

Loading

0 comments on commit fa00a9d

Please sign in to comment.