sublime-build: Added new Benchmark build variant This new build variant allows users to run benchmarks independently of running their normal tests. Additional benchmark:flags can be added to their golang.sublime-settings to further control the output or behaviour of the benchmarks. Fixes #13 Change-Id: I466d1d07ca6ec6c0e5d23261c13be754a6b786be Reviewed-on: https://go-review.googlesource.com/16851 Reviewed-by: Will Bond <will@wbond.net> Reviewed-by: Jason Buberel <jbuberel@google.com>
Golang Build is a Sublime Text package for compiling Go projects. It provides integration between Sublime Text and the command line go tool.
The package consists of the following features:
go buildgo rungo installgo test to run Tests or Benchmarksgo cleango build with GOOS and GOARCHgo getThe Golang Build package is installed by using Package Control.
Package Control: Install Package commandGolang Build and select the package to perform the installation