diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 055abcc0..10014224 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -146,8 +146,6 @@ jobs: ${{ env.CACHE_NAME }}-${{ env.GODOT_BASE_BRANCH }}-refs/heads/${{ env.GODOT_BASE_BRANCH }} ${{ env.CACHE_NAME }}-${{ env.GODOT_BASE_BRANCH }} - - uses: bencherdev/bencher@main - - name: Fetch dependencies and Build Platform Target run: | just install_packages @@ -169,23 +167,7 @@ jobs: PLATFORM_ARGS="nil" ;; esac - bencher run \ - --project 'v-sekai-world' \ - --adapter shell_hyperfine \ - --branch '${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}' \ - --testbed ubuntu-latest \ - --threshold-measure latency \ - --threshold-test t_test \ - --threshold-max-sample-size 64 \ - --threshold-upper-boundary 0.99 \ - --thresholds-reset \ - --ci-id ${{ runner.os }}-scons-${{ matrix.platform }}-${{ matrix.target }} \ - --err \ - --token '${{ secrets.BENCHER_API_TOKEN }}' \ - --github-actions '${{ secrets.GITHUB_TOKEN }}' \ - --ci-only-on-alert \ - --file results.json \ - "hyperfine --show-output --runs 1 --export-json results.json 'just $PLATFORM_ARGS && just build-platform-target ${{ matrix.platform }} ${{ matrix.target }} ${{ matrix.precision }}'" + hyperfine --show-output --runs 1 'just $PLATFORM_ARGS && just build-platform-target ${{ matrix.platform }} ${{ matrix.target }} ${{ matrix.precision }}'" - name: Upload Artifacts uses: actions/upload-artifact@v4