Skip to content

Commit

Permalink
Update test/performance/environment_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Coakley <[email protected]>
  • Loading branch information
oliveromahony and Dean-Coakley authored Sep 1, 2023
1 parent c5649e9 commit c5052f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/performance/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,4 @@ func BenchmarkFileStat(b *testing.B) {
for i := 0; i < b.N; i++ {
env.FileStat(tempFile)
}
defer os.Remove(tempFile)
}

0 comments on commit c5052f7

Please sign in to comment.