Browse Source

master Unskipped webgo and falcore

These, after removing the 'pkg' dir from the 'go' directory, are
again working as expected.
Mike Smith 12 năm trước cách đây
mục cha
commit
99254386f5

+ 1 - 2
falcore/benchmark_config

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

+ 1 - 2
webgo/benchmark_config

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