Skip to content

Commit 6fcdaad

Browse files
hi-ogawaOpenCode
andcommitted
test: rely on benchmark upload errors
Co-authored-by: OpenCode <noreply@opencode.ai>
1 parent 4af4b7e commit 6fcdaad

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/app/benchmark/e2e/benchmark.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { existsSync } from "node:fs";
21
import { writeFile } from "node:fs/promises";
32
import { resolve } from "node:path";
43
import { expect, test } from "@playwright/test";
@@ -20,10 +19,6 @@ const runTimeout = Math.max(15_000, Number(expectedDuration) * 3_000);
2019
test.setTimeout(runs * runTimeout + 15_000);
2120

2221
test("benchmarks Chromium WASM inference", async ({ page }) => {
23-
for (const path of [model, dft, fixture]) {
24-
expect(existsSync(path), `missing benchmark input at ${path}`).toBe(true);
25-
}
26-
2722
await page.goto("/?benchmark=1");
2823
await page.setInputFiles("#modelFiles", [dft, model]);
2924
await page.setInputFiles("#file", fixture);

0 commit comments

Comments
 (0)