Skip to content

Instantly share code, notes, and snippets.

@paulbdavis
Created February 18, 2015 18:46
Show Gist options
  • Save paulbdavis/4657a0befad0bd28d1d0 to your computer and use it in GitHub Desktop.
Save paulbdavis/4657a0befad0bd28d1d0 to your computer and use it in GitHub Desktop.

On 1.4.1

% time go build -v
github.com/paulbdavis/httperror
github.com/paulbdavis/evil-lair
go build -v  1.08s user 0.19s system 91% cpu 1.390 total

on 1.4.2

% time go build -v
code.google.com/p/go-sqlite/go1/sqlite3
github.com/gorilla/context
github.com/justinas/alice
github.com/paulbdavis/httperror
github.com/gorilla/mux
github.com/paulbdavis/evil-lair
go build -v  24.03s user 0.72s system 90% cpu 27.310 total
% go env
GOARCH="amd64"
GOBIN="/home/paul/dev/go/bin"
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/paul/dev/go"
GORACE=""
GOROOT="/usr/lib/go"
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment