mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
test(perf): align browser provisioning with hosted benchmark runner
This commit is contained in:
@@ -207,14 +207,8 @@ jobs:
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Install benchmark browser and hosted dependencies
|
||||
if: vars.DSH_CI_FAILOVER_LINUX != 'selfhosted' || github.event.pull_request.user.login == 'dependabot[bot]'
|
||||
run: pnpm --filter @deepseek-ai/dsh-benchmarks exec playwright install --with-deps chromium
|
||||
|
||||
# The persistent VM image owns Linux system packages; do not run apt here.
|
||||
- name: Install benchmark browser on the failover VM
|
||||
if: vars.DSH_CI_FAILOVER_LINUX == 'selfhosted' && github.event.pull_request.user.login != 'dependabot[bot]'
|
||||
run: pnpm --filter @deepseek-ai/dsh-benchmarks exec playwright install chromium
|
||||
|
||||
- name: Run performance benchmarks
|
||||
env:
|
||||
DSH_GATE_VERBOSE: '1'
|
||||
|
||||
Reference in New Issue
Block a user