Browse Source

Updating Go to 1.1 beta

People have seen requests per second with Revel (Golang web framework) increase by 2-3x by switching from 1.0.3 to 1.1 beta. Don't know if the raw bench will improve by this much, but the other golangers aren't going to stop squawking until the benches use tip/beta. :)

Love these benchmarks by the way! They're some of the best and most thorough around!
Chris Allen 12 years ago
parent
commit
d9bf3226c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -84,7 +84,7 @@ class Installer:
     # go
     #
 
-    self.__run_command("curl http://go.googlecode.com/files/go1.0.3.linux-amd64.tar.gz | tar xvz")
+    self.__run_command("curl http://go.googlecode.com/files/go1.1beta1.linux-amd64.tar.gz | tar xvz")
 
     #
     # php