]> Cypherpunks repositories - gostls13.git/commitdiff
archive/tar: fix typo in benchmark name
authorJoe Tsai <joetsai@digital-static.net>
Wed, 10 Sep 2025 00:24:20 +0000 (17:24 -0700)
committerJoseph Tsai <joetsai@digital-static.net>
Thu, 11 Sep 2025 17:52:43 +0000 (10:52 -0700)
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>

src/archive/tar/strconv_test.go

index d411153ce2b896df9e33255273b8581c4a04f915..a5305e03850524a1ca0de1ac5ac9d15e74a2a431 100644 (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