https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254763
--- Comment #22 from Tatsuki Makino <[email protected]> --- Even in 12.3-STABLE, it was a bsdgrep issue :) > /usr/bin/time -l cat access_log.txt | /usr/bin/time -l grep -F -v -f > exclude_ips.txt > output.log 0.45 real 0.00 user 0.00 sys (omitted) 0.46 real 0.39 user 0.06 sys (omitted) > /usr/bin/time -l cat access_log.txt | /usr/bin/time -l bsdgrep -F -v -f > exclude_ips.txt > output.log 377.78 real 0.00 user 0.00 sys (omitted) 385.78 real 385.47 user 0.11 sys (omitted) -- You are receiving this mail because: You are the assignee for the bug.
