Browse Source

master Marked all the go frameworks as skipped.

We upgrade Go from 1.1.1 to 1.2.

This upgrade caused all of the frameworks to fail on their 'go get'
calls, whereas the plain 'go' tests ran fine.
Mike Smith 11 years ago
parent
commit
e4fe7b2764

+ 2 - 1
beego/benchmark_config

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

+ 2 - 1
falcore/benchmark_config

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

+ 2 - 1
revel-jet/benchmark_config

@@ -20,7 +20,8 @@
       "database_os": "Linux",
       "database_os": "Linux",
       "display_name": "revel-jet",
       "display_name": "revel-jet",
       "notes": "",
       "notes": "",
-      "versus": "go"
+      "versus": "go",
+      "skip": "true"
     }
     }
   }]
   }]
 }
 }

+ 2 - 1
revel-qbs/benchmark_config

@@ -20,7 +20,8 @@
       "database_os": "Linux",
       "database_os": "Linux",
       "display_name": "revel-qbs",
       "display_name": "revel-qbs",
       "notes": "",
       "notes": "",
-      "versus": "go"
+      "versus": "go",
+      "skip": "true"
     }
     }
   }]
   }]
 }
 }

+ 2 - 1
revel/benchmark_config

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

+ 3 - 2
webgo/benchmark_config

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