perf: update the default benchmarks' suffixes from -8 to -16

We moved from 8 core machines for performance tests recently to 16
core machines. Some of the benchmark names changed as a result. This
change updates those benchmarks that appear on the landing page.

Change-Id: If8964aff3491da3a5dd7d75d1ea7a9ab12365e88
Reviewed-on: https://go-review.googlesource.com/c/build/+/570239
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Michael Anthony Knyszek 2024-03-09 00:59:11 +00:00 коммит произвёл Michael Knyszek
Родитель 9a3c313d46
Коммит 16a1c3d308
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -222,15 +222,15 @@ func fetchDefaultBenchmarks(ctx context.Context, qc api.QueryAPI, start, end tim
unit: "sec/op",
},
{
name: "RegexMatch-8",
name: "RegexMatch-16",
unit: "sec/op",
},
{
name: "BuildJSON-8",
name: "BuildJSON-16",
unit: "sec/op",
},
{
name: "ZapJSON-8",
name: "ZapJSON-16",
unit: "sec/op",
},
}