mirror of
https://github.com/typesense/typesense.git
synced 2025-05-15 02:03:19 +08:00
fix(ci): fix ordering of commit hashes in benchmarking workflow
This commit is contained in:
parent
47a7a39cec
commit
8e1bc9dcb9
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)/../current-binary/typesense-server $(pwd)/../base-binary/typesense-server -c ${{ steps.get-runs.outputs.latest_sha }} ${{ steps.get-runs.outputs.previous_sha }} -d $(pwd)/benchmark-workdir -y -v --duration 1m
|
||||
--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
|
||||
|
||||
# Fix permissions and save data
|
||||
- name: Fix permissions for artifact upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user