benchmark: add gm

This commit is contained in:
Michael Foster 2013-08-04 06:01:40 -04:00
parent 8709b3fdfd
commit d6526d27da
1 changed files with 2 additions and 1 deletions

View File

@ -53,4 +53,5 @@ if (extension_loaded('imagick')) {
echo "Imagick extension not loaded... skipping.\n"; echo "Imagick extension not loaded... skipping.\n";
} }
benchmark('convert'); benchmark('convert');
benchmark('convert+gifsicle'); benchmark('gm');
becnhmark('convert+gifsicle');