mirror of
https://github.com/typesense/typesense.git
synced 2025-05-16 03:12:32 +08:00
ci: increase benchmark to 1m
This commit is contained in:
parent
8ab4b1756a
commit
ae8a11a3d0
2
.github/workflows/benchmark-testing.yml
vendored
2
.github/workflows/benchmark-testing.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
||||
echo "Previous SHA: ${{ steps.get-runs.outputs.previous_sha }}"
|
||||
|
||||
./dist/index.js benchmark \
|
||||
--binaries $(pwd)/../base-binary/typesense-server $(pwd)/../current-binary/typesense-server -c ${{ steps.get-runs.outputs.previous_sha }} ${{ steps.get-runs.outputs.latest_sha }} -d $(pwd)/benchmark-workdir -y -v --duration 30s
|
||||
--binaries $(pwd)/../base-binary/typesense-server $(pwd)/../current-binary/typesense-server -c ${{ steps.get-runs.outputs.previous_sha }} ${{ steps.get-runs.outputs.latest_sha }} -d $(pwd)/benchmark-workdir -y -v --duration 1m
|
||||
|
||||
# Fix permissions and save data
|
||||
- name: Fix permissions for artifact upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user