From 25b7fed708fe3786539edfb28b56345098e933f9 Mon Sep 17 00:00:00 2001 From: Serhii Shymkiv Date: Sat, 13 Apr 2024 14:00:50 +0300 Subject: [PATCH] Update benchmarks.yml --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 003193d7a6..6d5df4ec06 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - name: Build o1js and execute benchmarks on ${{ matrix.os }} and Node.JS ${{ matrix.node }} + - name: Build o1js and execute benchmarks on ${{ matrix.runners }} and Node.JS ${{ matrix.node }} env: GIT_BRANCH: ${{ github.head_ref || github.ref_name }} INFLUXDB_URL: ${{ secrets.INFLUXDB_URL }}