Hi, again,


On 10/24/25 14:00, Sergey Kaplun wrote:

<snipped>

--- /dev/null
+++ b/.github/workflows/performance.yml
@@ -0,0 +1,110 @@
<snipped>
+      - 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>