[Bug 254763] grep very slow with 13.0-RC4

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Jun 2022 08:26:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254763

--- Comment #22 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
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.