forked from dbackeus/leanunit-actionscript2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
loc_comparison.txt
23 lines (17 loc) · 1.09 KB
/
loc_comparison.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
== Lines Of Code Comparison
So just how much leaner is LeanUnit compared to the competition?
This is nothing serious but just a comparison I did for fun using cloc (http://cloc.sourceforge.net) running the code as javascript.
=== ASUnit25
3470.0 lines/s)
------------------------------------------------------
Language files blank comment code
------------------------------------------------------
Javascript 28 208 414 1113
------------------------------------------------------
=== LeanUnit
1070.0 lines/s
------------------------------------------------------
Language files blank comment code
------------------------------------------------------
Javascript 6 86 134 315
------------------------------------------------------