-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generate query data in benchmark action (#2297)
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"build": "pnpm recursive run build", | ||
"clean": "pnpm recursive run clean", | ||
"generate-bench-data-bulk": "pnpm run --filter=test-data generate-bench-data-bulk", | ||
"generate-bench-data-query": "pnpm run --filter=test-data generate-bench-data-query", | ||
"playwright-install": "pnpx [email protected] install --with-deps chromium", | ||
"test": "pnpm recursive run test", | ||
"test:ci": "pnpm run test" | ||
|