https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255551
--- Comment #6 from Jason W. Bacon <[email protected]> --- (In reply to Mark Johnston from comment #5) FreeBSD coral.acadix bacon ~/Prog/Src/peak-classifier 1004: !972 time sort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed > /dev/null 12.467u 0.906s 0:13.38 99.8% 55+171k 634+0io 0pf+0w FreeBSD coral.acadix bacon ~/Prog/Src/peak-classifier 1005: time sort --qsort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed > /dev/null 11.188u 0.811s 0:12.00 99.9% 55+171k 0+0io 0pf+0w FreeBSD coral.acadix bacon ~/Prog/Src/peak-classifier 1006: time sort --mergesort -n -k 1 -k 2 -k 3 pc-gff-stripped.bed > /dev/null 8.271u 0.857s 0:09.13 99.8% 55+171k 0+0io 0pf+0w -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
