From 7a376b4c31736a09e7528980665249a50715d8aa Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 12 Aug 2017 05:32:54 -0400 Subject: [PATCH] Switch to sourcegraph vcs/git backend. --- 229/main.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/229/main.go b/229/main.go index eeaf152..30090f9 100644 --- a/229/main.go +++ b/229/main.go @@ -12,10 +12,9 @@ import ( "github.com/dustin/go-humanize" "sourcegraph.com/sourcegraph/go-vcs/vcs" + gogit "sourcegraph.com/sourcegraph/go-vcs/vcs/git" "sourcegraph.com/sourcegraph/go-vcs/vcs/gitcmd" - gogit "github.com/shazow/go-vcs/vcs/git" - "github.com/shurcooL/play/229/vcs/git" ) @@ -78,6 +77,10 @@ func main() { // TIMING: /net/http: 12.187826555s // TIMING: /net/http: 1.289728148s // TIMING: /net/http: 497.956958ms + + // TIMING: /github.com/google/go-github/github: 10.356989166s + // TIMING: /github.com/google/go-github/github: 2.967798226s + // TIMING: /github.com/google/go-github/github: 688.446594ms } func runDisk(dir string) error {