Project

General

Profile

« Previous | Next » 

Revision 10598

bin/import_times: filter out the Source subdirs, which now have single-row data and therefore are included in the rowcounts list

View differences:

bin/import_times
9 9
times ()
10 10
{
11 11
    test "$#" -gt 0 || exit 0
12
    sed -n 's/^Took (.*) sec\/([^ ]*) row\(s\).*$/\2'$'\t''\1/p' "$@"
12
    sed -n 's/^Took (.*) sec\/([^ ]*) row\(s\).*$/\2'$'\t''\1/p' "$@"\
13
|grep -vF '1	'
13 14
}
14 15

  
15 16
postprocessLogs=()

Also available in: Unified diff