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 d5baca5 commit 8c0a30dCopy full SHA for 8c0a30d
.github/workflows/cqn4sql-benchmarks.yml
@@ -42,6 +42,7 @@ jobs:
42
# cd ./db-service/bench/cqn4sql && CDS_BENCH=true cds test
43
44
- name: Build visualization
45
+ working-directory: ${{ github.workspace }}/${{ env.BENCH_DIR }}
46
run: |
47
mkdir -p "dist/${SITE_SUBDIR}"
48
node utils/visualize-benchmarks.js results/cqn4sql-benchmarks.json "dist/${SITE_SUBDIR}/index.html"
0 commit comments