We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c5051 commit a3fe7feCopy full SHA for a3fe7fe
.github/workflows/bench.yml
@@ -32,6 +32,8 @@ jobs:
32
echo "$BENCH_COMMAND"
33
34
BENCHES=$(echo $BENCH_COMMAND | awk -F'!benchmark ' '{ print $2 }')
35
+ # Set default benches to run if none specified
36
+ BENCHES=${BENCHES:-"template"}
37
echo "BENCHES:"
38
echo "$BENCHES"
39
JSON=$(echo $BENCHES | jq -R -c 'split(" ")')
0 commit comments