Skip to content

Commit

Permalink
Merge pull request #36 from redhat-performance/removed_tuned
Browse files Browse the repository at this point in the history
Remove tuned prefix in data reduction
  • Loading branch information
dvalinrh authored Jun 19, 2024
2 parents 3c2e5e2 + 491a694 commit 6d2fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoronix/reduce_phoronix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
egrep 'Test: |Average' results_phoronix_tuned_*.out | grep -v stress > tmpfile
egrep 'Test: |Average' results_phoronix_*.out | grep -v stress > tmpfile
echo "Test:BOPs"
toggle=0
while IFS= read -r line
Expand Down

0 comments on commit 6d2fe11

Please sign in to comment.