diff --git a/sweet/cmd/sweet/benchmark.go b/sweet/cmd/sweet/benchmark.go index 8a0e07c..21136d6 100644 --- a/sweet/cmd/sweet/benchmark.go +++ b/sweet/cmd/sweet/benchmark.go @@ -98,8 +98,6 @@ var benchmarkGroups = func() map[string][]*benchmark { m := make(map[string][]*benchmark) m["default"] = []*benchmark{ - allBenchmarksMap["biogo-igor"], - allBenchmarksMap["biogo-krishna"], allBenchmarksMap["bleve-index"], allBenchmarksMap["cockroachdb"], allBenchmarksMap["etcd"], diff --git a/sweet/cmd/sweet/integration_test.go b/sweet/cmd/sweet/integration_test.go index e87702e..38676fb 100644 --- a/sweet/cmd/sweet/integration_test.go +++ b/sweet/cmd/sweet/integration_test.go @@ -207,8 +207,6 @@ func TestSweetEndToEnd(t *testing.T) { for i, shard := range []shard{ {"tile38", 2}, {"go-build", 4}, - {"biogo-igor", 1}, - {"biogo-krishna", 1}, {"cockroachdb", 1}, {"etcd", 1}, {"bleve-index", 1},