cmd/bent: retire stale benchmark; disable one that requires user intervention

github.com/ethersphere/swarm is now stale, non-building abandonware.

tile38 opens a network port, which requires user intervention on Darwin.

Change-Id: Iab2bd2f107e799d808f288811e6b4ee8e7bdf1b3
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/379814
Trust: David Chase <drchase@google.com>
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-50.toml b/cmd/bent/configs/benchmarks-50.toml
index a00f63b..0a60bf0 100644
--- a/cmd/bent/configs/benchmarks-50.toml
+++ b/cmd/bent/configs/benchmarks-50.toml
@@ -41,18 +41,10 @@
   Benchmarks = "Benchmark"
 
 [[Benchmarks]]
-  Name = "tidwall_tile38"
-  Benchmarks = "Benchmark"
-
-[[Benchmarks]]
   Name = "ethereum_bitutil"
   Benchmarks = "Benchmark(BaseTest2KB|FastTest2KB|Encoding4KBVerySparse)"
 
 [[Benchmarks]]
-  Name = "ethereum_storage"
-  Benchmarks = "BenchmarkJoin_8" # SplitPyramid seems to have a bug
-
-[[Benchmarks]]
   Name = "ethereum_ethash"
   Benchmarks = "BenchmarkHashimotoLight"
 
diff --git a/cmd/bent/configs/benchmarks-all.toml b/cmd/bent/configs/benchmarks-all.toml
index 26c2354..261138a 100644
--- a/cmd/bent/configs/benchmarks-all.toml
+++ b/cmd/bent/configs/benchmarks-all.toml
@@ -45,10 +45,6 @@
   Benchmarks = "Benchmark"
 
 [[Benchmarks]]
-  Name = "ethereum_storage"
-  Benchmarks = "Benchmark" # SplitPyramid seems to have a bug
-
-[[Benchmarks]]
   Name = "ethereum_ethash"
   Benchmarks = "Benchmark"
 
@@ -201,6 +197,8 @@
 [[Benchmarks]]
   Name = "tidwall_tile38"
   Benchmarks = "Benchmark"
+  Disabled = true
+  # Requires user intervention on Darwin, accepts network connections
 
 [[Benchmarks]]
   Name = "commonmark_markdown"
diff --git a/cmd/bent/configs/suites.toml b/cmd/bent/configs/suites.toml
index bc2efc5..a8472b3 100644
--- a/cmd/bent/configs/suites.toml
+++ b/cmd/bent/configs/suites.toml
@@ -55,6 +55,7 @@
   Name = "ethereum_storage"
   Repo = "github.com/ethersphere/swarm/storage"
   NotSandboxed = true # Won't cross-compile to Linux on MacOS
+  Disabled = true # Abandonware
   Version = "@v0.5.8"
 
 [[Suites]]