CI should validate on real production traffic. algorithm: ``` for each dataset of production requests: measure percentage of bot detection compute average percentage ``` a pull request should never increase detection rate by more than X%, say 1%.
CI should validate on real production traffic.
algorithm:
a pull request should never increase detection rate by more than X%, say 1%.