Use either the shorthand: sh analyze.sh <log-file>
or manually perform the following steps:
- Apply
prep.vim
to raw logfile by opening invim
and issuing:source prep.vim
, then write and quit. - Run
python3 analyze.py < <prepocessed-log-file>
to compute all numbers.
Based on the time between SEARCH ISSUED
and COMMIT PRESSED
. Sanity cut-off at 5 minutes.
N = 444
[Low, High] = [9.93, 557.195]
Quantile@25 = 49.385
Quantile@50 = 89.453
Quantile@75 = 159.185
Mean = 117.99254279279283
N = 56
[Low, High] = [3.777, 535.333]
Quantile@25 = 7.79
Quantile@50 = 12.55
Quantile@75 = 21.219
Mean = 29.43166071428572
For more detailed, and potentially more up-to-date, results check the results file as well as the results directory.