Hi, again,
<snipped>
<snipped>--- /dev/null +++ b/.github/workflows/performance.yml @@ -0,0 +1,110 @@
+ - name: build
+ run: cmake --build . --parallel
+ working-directory: ${{ env.BUILDDIR }}
+ - name: perf
this name is visible in Web UI. I would make it more descriptive
(execute performance benchmarks?)
<snipped>