Skip to content

Commit f9fc598

Browse files
committed
perf/app: drop BleveQuery from dashboard home page
This benchmark was deleted and now the home page doesn't load because there is no data. For golang/go#58534. Change-Id: Ic203932f6d9896dcd102484721cfe73152590403 Reviewed-on: https://go-review.googlesource.com/c/build/+/478615 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Michael Pratt <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent 5e56c2c commit f9fc598

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

perf/app/dashboard.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,6 @@ func fetchDefaultBenchmarks(ctx context.Context, qc api.QueryAPI, start, end tim
195195
name: "Tile38WithinCircle100kmRequest",
196196
unit: "peak-RSS-bytes",
197197
},
198-
{
199-
name: "BleveQuery",
200-
unit: "sec/op",
201-
},
202-
{
203-
name: "BleveQuery",
204-
unit: "average-RSS-bytes",
205-
},
206-
{
207-
name: "BleveQuery",
208-
unit: "peak-RSS-bytes",
209-
},
210198
{
211199
name: "GoBuildKubelet",
212200
unit: "sec/op",

0 commit comments

Comments
 (0)