Skip to content

Commit

Permalink
Merge pull request #8 from redhat-performance/pbench_stats
Browse files Browse the repository at this point in the history
Add pbench stats
  • Loading branch information
dvalinrh authored Jun 17, 2022
2 parents db55fe2 + 48fc68a commit a16a1d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions passmark/passmark_run
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,8 @@ run_passmark()
popd > /dev/null
else
source ~/.bashrc
echo $TOOLS_BIN/execute_pbench --cmd_executing "$0" $arguments --test ${test_name} --spacing 11
echo $TOOLS_BIN/execute_pbench --cmd_executing "$0" $arguments --test ${test_name} --spacing 11 > /tmp/foo
$TOOLS_BIN/execute_pbench --cmd_executing "$0" $arguments --test ${test_name} --spacing 11
echo $TOOLS_BIN/execute_via_pbench --cmd_executing "$0" $arguments --test ${test_name} --spacing 11 --pbench_stats $to_pstats
$TOOLS_BIN/execute_via_pbench --cmd_executing "$0" $arguments --test ${test_name} --spacing 11 --pbench_stats $to_pstats
fi
}

Expand Down

0 comments on commit a16a1d4

Please sign in to comment.