public
Description: Grit gives you object oriented read/write access to Git repositories via Ruby.
Homepage: http://grit.rubyforge.org/
Clone URL: git://github.com/mojombo/grit.git
mojombo (author)
Tue Oct 27 12:49:38 -0700 2009
commit  da70719d2b9a46f71543118b116ac24979048b1a
tree    3d5ea9ae9bff6e5a154809912ab6f3724f91de5b
parent  6c620c2e4862707062a5a11f464d351b32e826f1
grit / benchmarks.txt
100644 22 lines (18 sloc) 0.952 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Grit :
              user system total real
packobj 0.030000 0.270000 1.380000 ( 1.507250)
commits 1 0.030000 0.070000 0.390000 ( 0.409931)
commits 2 0.110000 0.170000 0.860000 ( 0.896371)
log 0.350000 0.130000 0.850000 ( 0.875035)
diff 0.190000 0.140000 1.940000 ( 2.031911)
commit-diff 0.540000 0.220000 1.390000 ( 1.463839)
heads 0.010000 0.070000 0.390000 ( 0.413918)
 
 
Grit (with GitRuby) :
 
              user system total real
packobj 0.050000 0.010000 0.060000 ( 0.078318)
commits 1 0.150000 0.010000 0.160000 ( 0.174296)
commits 2 0.440000 0.040000 0.480000 ( 0.522310)
log 0.490000 0.040000 0.530000 ( 0.538128)
diff 0.370000 0.230000 2.250000 ( 2.255974)
commit-diff 0.580000 0.260000 1.500000 ( 1.553000)
heads 0.020000 0.100000 0.430000 ( 0.455464)