Skip to content

Instantly share code, notes, and snippets.

@ss23
Created February 7, 2014 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ss23/8856675 to your computer and use it in GitHub Desktop.
Save ss23/8856675 to your computer and use it in GitHub Desktop.
root@debian-hhvm:~/ssorg# php --version
PHP 5.4.4-14+deb7u7 (cli) (built: Dec 12 2013 08:42:07)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
root@debian-hhvm:~/ssorg# time composer update >/dev/null
real 0m18.415s
user 0m6.024s
sys 0m0.092s
----
root@debian-hhvm:~/ssorg# php --version
HipHop VM 2.4.0-dev (rel)
Compiler: heads/master-0-g9c1488ebab8cf0924b901a1c79bea2a75856ac19
Repo schema: 1b75e4710b43d372937403d47e100cf369a80e81
root@debian-hhvm:~/ssorg# time composer update >/dev/null
real 0m12.358s
user 0m2.288s
sys 0m0.076s
----
FACT: Composer is faster with HHVM!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment