Skip to content

Commit 35c44e5

Browse files
committed
cmd/coordinator: fix misnamed span
This was copied from runSubrepoTests and never renamed. Change-Id: I68db1dd148a94df9a72d2f79a3f5125a78251500 Reviewed-on: https://go-review.googlesource.com/c/build/+/413685 Run-TryBot: Michael Pratt <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 8a278d4 commit 35c44e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/coordinator/buildstatus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ func (st *buildStatus) runBenchmarkTests() (remoteErr, err error) {
13201320
}
13211321

13221322
// Run golang.org/x/benchmarks/cmd/bench to perform benchmarks.
1323-
sp = st.CreateSpan("running_subrepo_tests", st.SubName)
1323+
sp = st.CreateSpan("running_benchmark_tests", st.SubName)
13241324
defer func() { sp.Done(err) }()
13251325

13261326
env := append(st.conf.Env(),

0 commit comments

Comments
 (0)