From 144d666f83775ca128bf376900842f4260413861 Mon Sep 17 00:00:00 2001 From: Alexey <4681325+qqrm@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:15:06 +0300 Subject: [PATCH] ci: add webgpu flags to benchmark --- .github/workflows/benchmark.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3da8817..6337695 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,6 +37,8 @@ jobs: - name: Install wasm-pack run: cargo install wasm-pack --version 0.13.1 - name: Run benchmarks + env: + WASM_BINDGEN_TEST_BROWSER_ARGS: "--no-sandbox --enable-unsafe-webgpu" run: | set -o pipefail wasm-pack test --chrome --headless | tee perf.log