Skip to content

Commit

Permalink
benchmark/startup.sh: traditional charm
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 31, 2023
1 parent 0fb96f9 commit 6b8cef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmark/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ run() {
printf "$1,"
shift
OUTPUT=$(mktemp)

sync;sync;sync

# ffmpeg binary downloaded by ../test/run-ffmpeg.sh
/usr/bin/time -l $@ ../.ffmpeg/ffmpeg.wasm -version > ${OUTPUT} 2>&1

Expand Down

0 comments on commit 6b8cef3

Please sign in to comment.