Skip to content

Commit

Permalink
Discard unneeded output from asv machine step.
Browse files Browse the repository at this point in the history
Configuring a machine name that doesn't match the current hostname
outputs an unneeded warning.
  • Loading branch information
carltongibson committed Sep 6, 2022
1 parent 65dcfc0 commit d2d3e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Benchmarks
shell: bash -l {0}
run: |-
asv machine --machine ubuntu-latest --yes
asv machine --machine ubuntu-latest --yes > /dev/null
echo '```' >> $GITHUB_STEP_SUMMARY
asv continuous --interleave-processes -a processes=2 --split --show-stderr 'HEAD^' 'HEAD' |\
sed -n -E '/(before.*after.*ratio)|(BENCHMARKS)/,$p' >> out.txt
Expand Down

0 comments on commit d2d3e74

Please sign in to comment.