Skip to content

Commit

Permalink
UpdateD
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhansa-msft committed Feb 29, 2024
1 parent 54273bd commit adf1b55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/perftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,15 @@ jobs:
AZURE_STORAGE_ACCOUNT_CONTAINER: ${{ secrets.BLOB_STORAGE_CONTAINER }}
AZURE_STORAGE_ACCESS_KEY: ${{ secrets.BLOB_STORAGE_KEY }}

- name: "Print logs"
run: cat ./blobfuse2.log
working-directory: ${{ github.workspace }}
if: always()

- name: "Print latest results"
run: cat ./benchmark/results.json
working-directory: ${{ github.workspace }}
if: always()

- name: "Update Benchmark Results"
uses: benchmark-action/github-action-benchmark@v1
Expand Down
2 changes: 1 addition & 1 deletion benchmark/fio_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run_fio_job() {
--output=${output}/${job_name}_iter${i}.json \
--output-format=json \
--directory=${mount_dir} \
--filename=${bench_file} \
--filename=${bench_file}${i} \
--eta=never \
${job_file}
job_status=$?
Expand Down

0 comments on commit adf1b55

Please sign in to comment.