Skip to content
Tim edited this page Aug 15, 2014 · 1 revision

Pattern Creation

The new robots pattern was created with the following process:

1. Change to robots directory

cd robots

2. Create robots resources

./create_robots_resources.py

3. Compare new robots_excerpt.ini with existing wtop.cfg

compare_robots_configs.py

Old Config (../wtop.cfg)
========================
matched:   683
missed:    715
duration:    0.032s

New Config (robots_excerpt.ini)
===============================
matched:  1278      (87% more)
missed:    120
duration:    0.026s (17% faster)

While these synthetic values indicate the new pattern is faster, real world test indicate it is about 46% slower.

4. Replace robots value in wtop.cfg with new value in robot_user_agents.txt

Clone this wiki locally