cmd/bent: remove repo information from rarely used benchmark configs

Repo information is now provided/updated in suites.toml, so it
does not belong in these files anymore.

Change-Id: I5ca1168b638f51eb9ecc087a91feeb6ad309633c
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/365716
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
diff --git a/cmd/bent/configs/benchmarks-gc.toml b/cmd/bent/configs/benchmarks-gc.toml
index d83ad1b..bcfad53 100644
--- a/cmd/bent/configs/benchmarks-gc.toml
+++ b/cmd/bent/configs/benchmarks-gc.toml
@@ -2,20 +2,17 @@
 
 [[Benchmarks]]
   Name = "ethereum_storage"
-  Repo = "github.com/ethereum/go-ethereum/swarm/storage"
   Benchmarks = "Benchmark(Join|SplitTree)" # SplitPyramid seems to have a bug
   NotSandboxed = true # Won't cross-compile to Linux on MacOS
 
 [[Benchmarks]]
   Name = "ethereum_core"
-  Repo = "github.com/ethereum/go-ethereum/core"
   Benchmarks = "Benchmark(InsertChain_ring)" # ChainRead crashes as of 1.10 on 2018-03-16
   NotSandboxed = true # Won't cross-compile to Linux on MacOS
   Disabled = true
 
 [[Benchmarks]]
   Name = "minio"
-  Repo = "github.com/minio/minio/cmd"
   Tests = "none" # Don't run these tests; they hang, etc.
   Benchmarks = "BenchmarkGetObject.*Mb" # not Get|Put|List
   Disabled = true
diff --git a/cmd/bent/configs/benchmarks-gcplus.toml b/cmd/bent/configs/benchmarks-gcplus.toml
index acbdcb2..078ab89 100644
--- a/cmd/bent/configs/benchmarks-gcplus.toml
+++ b/cmd/bent/configs/benchmarks-gcplus.toml
@@ -2,36 +2,30 @@
 
 [[Benchmarks]]
   Name = "ethereum_storage"
-  Repo = "github.com/ethereum/go-ethereum/swarm/storage"
   Benchmarks = "Benchmark(Join|SplitTree)_[678]" # SplitPyramid seems to have a bug
   NotSandboxed = true # Won't cross-compile to Linux on MacOS
 
 [[Benchmarks]]
   Name = "ethereum_core"
-  Repo = "github.com/ethereum/go-ethereum/core"
   Benchmarks = "Benchmark(InsertChain_ring|PoolBatchInsert10000|ChainWrite)" # ChainRead crashes as of 1.10 on 2018-03-16
   NotSandboxed = true # Won't cross-compile to Linux on MacOS
   Disabled = true
 
 [[Benchmarks]]
   Name = "minio"
-  Repo = "github.com/minio/minio/cmd"
   Tests = "none" # Don't run these tests; they hang, etc.
   Benchmarks = "BenchmarkGetObject.*Mb" # not Get|Put|List
   Disabled = true
 
 [[Benchmarks]]
   Name = "spexs2"
-  Repo = "github.com/egonelbre/spexs2/_benchmark/"
   Benchmarks = "BenchmarkRun"
 
 [[Benchmarks]]
   Name = "ethereum_ethash"
-  Repo = "github.com/ethereum/go-ethereum/consensus/ethash"
   Benchmarks = "BenchmarkCacheGeneration"
   NotSandboxed = true # Won't cross-compile to Linux on MacOS
 
 [[Benchmarks]]
   Name = "gonum_path"
-  Repo = "gonum.org/v1/gonum/graph/path/"
   Benchmarks = "BenchmarkRandomGraphDominators/gnm-n=1e[567]"
diff --git a/cmd/bent/configs/benchmarks-trial.toml b/cmd/bent/configs/benchmarks-trial.toml
index 8844e04..06b966a 100644
--- a/cmd/bent/configs/benchmarks-trial.toml
+++ b/cmd/bent/configs/benchmarks-trial.toml
@@ -2,14 +2,11 @@
 
 [[Benchmarks]]
   Name = "uber_zap"
-  # Repo = "github.com/uber-go/zap/benchmarks"
-  Repo = "go.uber.org/zap/benchmarks"
   Benchmarks = "Benchmark"
   Disabled = true # Not building today
 
 [[Benchmarks]]
   Name = "bindata"
-  Repo = "github.com/kevinburke/go-bindata"
   Benchmarks = "Benchmark"
 
 # A noise-checking recent run (used to move some tests into benchmarks-50.toml)