Browse Source

master Unskipped webgo and falcore

These, after removing the 'pkg' dir from the 'go' directory, are
again working as expected.
Mike Smith 11 years ago
parent
commit
99254386f5
2 changed files with 2 additions and 4 deletions
  1. 1 2
      falcore/benchmark_config
  2. 1 2
      webgo/benchmark_config

+ 1 - 2
falcore/benchmark_config

@@ -22,8 +22,7 @@
       "database_os": "Linux",
       "display_name": "falcore",
       "notes": "",
-      "versus": "go",
-      "skip": "true"
+      "versus": "go"
     }
   }]
 }

+ 1 - 2
webgo/benchmark_config

@@ -17,8 +17,7 @@
       "database_os": "Linux",
       "display_name": "webgo",
       "notes": "",
-      "versus": "go",
-      "skip": "true"
+      "versus": "go"
     }
   }]
 }