You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2006/09/03 12:15:40 UTC

preflight mass-checks now include timing

for all rules, that is; so if you're curious about what
the top 5 slowest rules are, go take a look at

    http://ruleqa.spamassassin.org/20060902-r439673-b

right now they are:

  9.30995     33.8580  10154 of 29990 messages    80.1334  24027 of 29985 messages    0.297   0.49    1.00    AWL         
  1.93385     6.5422 1962 of 29990 messages   0.0033 0 of 29985 messages 0.999   0.93    1.00    TVD_STOCK1      
  1.67782     0.0000 0 messages   0.0000 0 messages   0.500   0.50 -100.00     USER_IN_WHITELIST       
  1.33333     0.1067 31 of 29990 messages     0.0100 2 of 29985 messages 0.914   0.54    2.07    UNIQUE_WORDS        
  1.06648     14.9316 4477 of 29990 messages  3.4751 1042 of 29985 messages 0.811   0.62    0.01    T__FRAUD_DBI_1

the first column is their average runtime in milliseconds.

(hmm, probably shouldn't bother running with the AWL on
those mass-checks, TODO)

--j.