Created
May 11, 2021 06:55
-
-
Save slav123/309679a2a46fe8d8201d9a082e0771aa to your computer and use it in GitHub Desktop.
benchmark vips
This file contains hidden or 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
#!/bin/sh | |
START_TIME=$(date +%s) | |
vipsthumbnail 2300.jpg --size 800 | |
END_TIME=$(date +%s) | |
echo "It took $(($END_TIME - $START_TIME)) seconds to sleep of 1 second..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment