perf: add a few additional homepage benchmarks

For golang/go#48803.

Change-Id: I2cee352261b1e432e625d6d5d2d081b78d926c1a
Reviewed-on: https://go-review.googlesource.com/c/build/+/413423
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/perf/app/dashboard.go b/perf/app/dashboard.go
index fae9c43..84b3157 100644
--- a/perf/app/dashboard.go
+++ b/perf/app/dashboard.go
@@ -153,6 +153,10 @@
 		},
 		{
 			name: "Tile38WithinCircle100kmRequest",
+			unit: "p50-latency-sec",
+		},
+		{
+			name: "Tile38WithinCircle100kmRequest",
 			unit: "p90-latency-sec",
 		},
 		{
@@ -164,6 +168,18 @@
 			unit: "peak-RSS-bytes",
 		},
 		{
+			name: "BleveQuery",
+			unit: "sec/op",
+		},
+		{
+			name: "BleveQuery",
+			unit: "average-RSS-bytes",
+		},
+		{
+			name: "BleveQuery",
+			unit: "peak-RSS-bytes",
+		},
+		{
 			name: "GoBuildKubelet",
 			unit: "sec/op",
 		},
@@ -171,6 +187,18 @@
 			name: "GoBuildKubeletLink",
 			unit: "sec/op",
 		},
+		{
+			name: "RegexMatch-8",
+			unit: "sec/op",
+		},
+		{
+			name: "BuildJSON-8",
+			unit: "sec/op",
+		},
+		{
+			name: "ZapJSON-8",
+			unit: "sec/op",
+		},
 	}
 
 	ret := make([]*BenchmarkJSON, 0, len(benchmarks))