-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As this project aims to provide similar functionality to ack and ag, it would be useful to regularly compare performance of equivalent commands.
For example, listing all files can be done with:
find -type f- includes ignored filesack -f- dittoag -g ''
More comparisons can be added as more features are implemented, e.g. #18 will enable comparisons with ack -g $pattern and ag -g $pattern
For target directory, use linux kernel in 3 variants:
- shallow single-branch clone
- clone with
make defconfig && maketo generate more files, gives advantage to.gitignoreaware ag and glug - clone stripped of
**/.gitignoreand.git, removes.gitignoreadvantage