Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
$ git log|head -n1
2
commit 8b66aec6f43c5099c72ab365a93da2a9e406824e
3
4
with [email protected]:
5
6
$ time module-deps bench/jquery.js | bin/cmd.js >/dev/null
7
8
real 0m7.380s
9
user 0m7.504s
10
sys 0m0.320s
11
12
with [email protected]:
13
14
$ time module-deps bench/jquery.js | bin/cmd.js >/dev/null
15
16
real 0m2.441s
17
user 0m2.584s
18
sys 0m0.176s
19
20