We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ef654 commit 5f35d46Copy full SHA for 5f35d46
.github/workflows/pr_benchmarks.yml
@@ -86,13 +86,13 @@ jobs:
86
export CARGO_COMMAND="cargo run --release"
87
88
# start compiling the branch (in the background)
89
- cd pr_branch/benchmarks
+ pushd pr_branch/benchmarks
90
export BRANCH_NAME=`git rev-parse --abbrev-ref HEAD`
91
${CARGO_COMMAND} --bin tpch >> build.log 2>&1 &
92
${CARGO_COMMAND} --bin parquet >> build.log 2>&1 &
93
${CARGO_COMMAND} --bin dfbench >> build.log 2>&1 &
94
popd
95
- cd base_branch/benchmarks
+ pushd base_branch/benchmarks
96
97
98
0 commit comments