Browse Source

a debugging line from Haley in toolset/benchmark/benchmarker.py

Shawn Bandy 12 years ago
parent
commit
9770efc9db

+ 1 - 1
go/src/github.com/astaxie/beego

@@ -1 +1 @@
-Subproject commit 1eb87c5c59537557554adf0484f82076098279cd
+Subproject commit bf836a2126126c08a49e38e3741d238518da9103

+ 1 - 1
onion/onion

@@ -1 +1 @@
-Subproject commit 7c27b6ec51d4585c299cd177d6af05320e04b622
+Subproject commit 91fa116cef62abed5fd4286f58bf426c5c1d1c71

+ 1 - 1
php-silex/vendor/silex/silex

@@ -1 +1 @@
-Subproject commit 4787bf21e416b9abd5cbf41daf136dae20d56f5c
+Subproject commit 6e4b5ff9e8e325882ec4b1a7e717cdbfd41d5e38

+ 1 - 0
toolset/benchmark/benchmarker.py

@@ -560,6 +560,7 @@ class Benchmarker:
   # This is assumed to be run from the benchmark root directory
   #############################################################
   def __count_sloc(self):
+    print "here!!!!"
     all_frameworks = self.__gather_frameworks()
     jsonResult = {}