Last active
August 29, 2015 14:14
-
-
Save subosito/c3f2bcb841bc345f6b2b to your computer and use it in GitHub Desktop.
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
$ make bench | |
godep go test -bench=. | |
PASS | |
BenchmarkGifsicle_Resize_GIF 100 21002215 ns/op | |
BenchmarkGifsicle_Resize_animatedGIF 10 131517443 ns/op | |
BenchmarkNFNT_Resize_JPG 30 43795775 ns/op | |
BenchmarkNFNT_Resize_JPG2PNG 30 47766347 ns/op | |
BenchmarkNFNT_Resize_JPG2GIF 30 54370537 ns/op | |
BenchmarkNFNT_Resize_PNG 30 52384573 ns/op | |
BenchmarkNFNT_Resize_PNG2JPG 20 50822543 ns/op | |
BenchmarkNFNT_Resize_PNG2GIF 20 61928569 ns/op | |
BenchmarkNFNT_Resize_WEBP2PNG 30 46795779 ns/op | |
BenchmarkNFNT_Resize_WEBP2JPG 30 42890685 ns/op | |
BenchmarkNFNT_Resize_WEBP2GIF 30 52492834 ns/op | |
BenchmarkNFNT_Resize_animatedGIF 2 675261822 ns/op | |
BenchmarkNFNT_Resize_GIF 30 51827208 ns/op | |
BenchmarkNFNT_Resize_GIF2PNG 10 129889408 ns/op | |
BenchmarkNFNT_Resize_GIF2JPG 10 125768296 ns/op | |
ok github.com/subosito/imogiri 24.113s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment