mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-25 06:00:08 +01:00
Merge #396
396: Fix indexing benchmark GH actions upload filename r=irevoire a=fumblehool fixes: #393 Co-authored-by: Damanpreet Singh <daman.4880@gmail.com>
This commit is contained in:
commit
7906461c14
2
.github/workflows/benchmarks.yml
vendored
2
.github/workflows/benchmarks.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
id: commit_sha
|
id: commit_sha
|
||||||
- name: Set file basename with format "dataset_branch_commitSHA"
|
- name: Set file basename with format "dataset_branch_commitSHA"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}_${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
||||||
id: file
|
id: file
|
||||||
|
|
||||||
# Run benchmarks
|
# Run benchmarks
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
|||||||
id: commit_sha
|
id: commit_sha
|
||||||
- name: Set file basename with format "dataset_branch_commitSHA"
|
- name: Set file basename with format "dataset_branch_commitSHA"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}_${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
||||||
id: file
|
id: file
|
||||||
|
|
||||||
# Run benchmarks
|
# Run benchmarks
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
|||||||
id: commit_sha
|
id: commit_sha
|
||||||
- name: Set file basename with format "dataset_branch_commitSHA"
|
- name: Set file basename with format "dataset_branch_commitSHA"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}_${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
||||||
id: file
|
id: file
|
||||||
|
|
||||||
# Run benchmarks
|
# Run benchmarks
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
|||||||
id: commit_sha
|
id: commit_sha
|
||||||
- name: Set file basename with format "dataset_branch_commitSHA"
|
- name: Set file basename with format "dataset_branch_commitSHA"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}_${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
|
||||||
id: file
|
id: file
|
||||||
|
|
||||||
# Run benchmarks
|
# Run benchmarks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user