generated from ChewKeanHo/AutomataCI
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
root: added benchmark.sh for consistency
Since we want consistency during benchmarking, I should add the script in. Hence, let's do this. This patch adds benchmark.sh for consistency in root repository. Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
- Loading branch information
1 parent
898a308
commit f9e90b7
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
if [ -f "./start.cmd" ]; then | ||
time ./start.cmd \ | ||
--model upscayl-ultrasharp2 \ | ||
--scale 4 \ | ||
--format webp \ | ||
--video \ | ||
--input tests/video/sample-1-640x360.mp4 | ||
else | ||
printf "[ ERROR ] Please make sure you're at the root location of the repo!\n" | ||
fi |