Skip to content

Instantly share code, notes, and snippets.

@slav123
Created May 11, 2021 06:55
Show Gist options
  • Save slav123/309679a2a46fe8d8201d9a082e0771aa to your computer and use it in GitHub Desktop.
Save slav123/309679a2a46fe8d8201d9a082e0771aa to your computer and use it in GitHub Desktop.
benchmark vips
#!/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