Skip to content

Commit

Permalink
change the comment content
Browse files Browse the repository at this point in the history
Signed-off-by: Desiki-high <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high authored and imeoer committed Apr 20, 2023
1 parent 9b699fa commit 36d8a5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,11 @@ jobs:
path: benchmark-nydus-filelist-prefetch
- name: Save Result
run: |
sudo install -m 755 benchmark-oci/wordpress.csv benchmark-oci.csv
sudo install -m 755 benchmark-zran-all-prefetch/wordpress.csv benchmark-zran-all-prefetch.csv
sudo install -m 755 benchmark-nydus-no-prefetch/wordpress.csv benchmark-nydus-no-prefetch.csv
sudo install -m 755 benchmark-nydus-all-prefetch/wordpress.csv benchmark-nydus-all-prefetch.csv
sudo install -m 755 benchmark-nydus-filelist-prefetch/wordpress.csv benchmark-nydus-filelist-prefetch.csv
sudo install -m 755 benchmark-oci/wordpress.csv oci.csv
sudo install -m 755 benchmark-zran-all-prefetch/wordpress.csv zran-all-prefetch.csv
sudo install -m 755 benchmark-nydus-no-prefetch/wordpress.csv nydus-no-prefetch.csv
sudo install -m 755 benchmark-nydus-all-prefetch/wordpress.csv nydus-all-prefetch.csv
sudo install -m 755 benchmark-nydus-filelist-prefetch/wordpress.csv nydus-filelist-prefetch.csv
echo "| benchmark-result | pull-elapsed(s) | create-elapsed(s) | run-elapsed(s) | total-elapsed(s) |" > result.md
echo "|:-------|:-----------------:|:-------------------:|:----------------:|:------------------:|" >> result.md
Expand Down

0 comments on commit 36d8a5b

Please sign in to comment.