Skip to content
Snippets Groups Projects
Commit a21fb628 authored by Florian Fischer's avatar Florian Fischer
Browse files

add ripgrep using 24 workers

This matches the number of cores in a numa node on big03.
parent 38e95e93
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ TARGETS = {
'ripgrep-j96': {
'cmd': 'rg -j 96 -l -F -uuu {NEEDLE} .'
},
'ripgrep-j24': {
'cmd': 'rg -j 24 -l -F -uuu {NEEDLE} .'
},
'fgrep': {
'cmd': 'fgrep -r -l {NEEDLE} .'
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment