archive/tar: fix typo in benchmark name

This was accidentally introduced in CL 662835.

Change-Id: I5c7ac67337e33e82037414377912b57d2a45be91
Reviewed-on: https://go-review.googlesource.com/c/go/+/702275
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Joe Tsai 2025-09-09 17:24:20 -07:00 committed by Joseph Tsai
parent 7d562b8460
commit fef360964c

View file

@ -440,7 +440,7 @@ func TestFormatPAXRecord(t *testing.T) {
}
}
func BenchmarkParsePAXTIme(b *testing.B) {
func BenchmarkParsePAXTime(b *testing.B) {
tests := []struct {
name string
in string