Skip to content

Commit

Permalink
docs: add benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Mar 16, 2024
1 parent 9b1f45d commit e510e6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [ main, master ]
branches: [ main ]
pull_request:
branches: [ main, master ]
branches: [ main ]
jobs:
test:
timeout-minutes: 60
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
run: pnpm exec playwright test --workers=1
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# sheets-vite-demo
# univer-benchmark

## How to run

```bash
pnpm exec playwright test --repeat-each=3 --workers=1
```

0 comments on commit e510e6b

Please sign in to comment.