test_ok2/bench
Anthon van der Neut 719e89fc1a argcomplete: FastFileCompleter that doesn't call bash in subprocess, strip prefix dir
```
timeit result for 10000 iterations of expanding '/d' (lowered the count in the code afterwards)
#                      2.7.5     3.3.2
# FilesCompleter       75.1109   69.2116
# FastFilesCompleter    0.7383    1.0760
```
- does not display prefix dir (like bash, not like compgen), py.test /usr/<TAB> does not show /usr/bin/ but bin/
2013-08-06 15:33:27 +02:00
..
bench.py python3 fixes 2010-11-23 20:32:07 -06:00
bench_argcomplete.py argcomplete: FastFileCompleter that doesn't call bash in subprocess, strip prefix dir 2013-08-06 15:33:27 +02:00
empty.py python3 fixes 2010-11-23 20:32:07 -06:00