bent
bent copied to clipboard
Benchmark and test getter + runner
Update benchmark-50.toml as benchmarks for "gonum-path" do not test actual benchmarks
From exec.Cmd.Output: "Any returned error will usually be of type *ExitError." When the binary cannot be found, the error is actually *exec.Error. Allow for non-ExitError rather than panicking. Before: (...
go version go1.12.5 darwin/amd64 ``` Error reading /Users/landivar/go/src/github.com/dr2chase/bent/foo ``` as a result from `bent -I` I added the step of cloning bent down into my go path which fixed it....
On the latest master, I see the following error trying to compile bent benchmarks. Looks like root or copyroot are not handled correctly. xxx@don1:~/software/go_bench_bent$ bent -v ( GOPATH=/home/xxx/software/go_bench_bent/gopath GO111MODULE=auto GOOS=linux...