You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
useragents.txt sample file kindly provided by @DailyMats out of
DailyMotion's data (2023-04-26).
The provided scripts allow:
- Testing the cache hit rate of various cache configuration (algorithm
and size) on sample files, this script uses a dummy parser and is
thus extremely fast.
- Benchmarking the average entry processing of various parser
configurations (base parser + cache algoritm + cache size) on sample
files, this is a much slower script but provides a a realistic
evaluation, and allows using custom rules (`regexes.yaml` files) to
check their impact on the performance of a given base parser.
0 commit comments