From a88d5a017451b91b5d2bf5a5556575ef85359dc2 Mon Sep 17 00:00:00 2001 From: Ev Haus Date: Thu, 22 Feb 2024 21:52:35 -0800 Subject: [PATCH] Remove bun benchmark. It's still broken. --- .github/workflows/benchmark.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 7243a26..6230a90 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -37,5 +37,4 @@ jobs: 'yarn workspace jest test' \ 'yarn workspace vitest test' \ 'yarn workspace vitest test --pool=vmThreads' \ - 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ - 'yarn workspace bun test' \ No newline at end of file + 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ No newline at end of file