Skip to content

Commit 90d09be

Browse files
committed
bench
1 parent 4ba2589 commit 90d09be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provisioner/terraform/tfparse/tfparse_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ func createZip(t testing.TB, files map[string]string) []byte {
434434
// goarch: amd64
435435
// pkg: github.com/coder/coder/v2/provisioner/terraform/tfparse
436436
// cpu: AMD EPYC 7502P 32-Core Processor
437-
// BenchmarkWorkspaceTagDefaultsFromFile/Tar-16 1770 1064920 ns/op 197638 B/op 1312 allocs/op
438-
// BenchmarkWorkspaceTagDefaultsFromFile/Zip-16 954 1197070 ns/op 246819 B/op 1369 allocs/op
437+
// BenchmarkWorkspaceTagDefaultsFromFile/Tar-16 1922 847236 ns/op 176257 B/op 1073 allocs/op
438+
// BenchmarkWorkspaceTagDefaultsFromFile/Zip-16 1273 946910 ns/op 225293 B/op 1130 allocs/op
439439
// PASS
440440
func BenchmarkWorkspaceTagDefaultsFromFile(b *testing.B) {
441441
files := map[string]string{

0 commit comments

Comments
 (0)