aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/object_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-03-15 21:18:32 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2020-03-15 21:18:32 +0100
commit9d0f15c4fa712cdacfa3887e9baac918f093fbf6 (patch)
treeeb1a4db1169ba4bb9ae58727a462d54f93f5f85c /storage/filesystem/object_test.go
parent8fe5ed769fa01a42eafb3b7f064ffe8e0d436408 (diff)
downloadgo-git-9d0f15c4fa712cdacfa3887e9baac918f093fbf6.tar.gz
ci: based on github actionsv5.0.0
Diffstat (limited to 'storage/filesystem/object_test.go')
-rw-r--r--storage/filesystem/object_test.go18
1 files changed, 3 insertions, 15 deletions
diff --git a/storage/filesystem/object_test.go b/storage/filesystem/object_test.go
index 6c35129..2d6f568 100644
--- a/storage/filesystem/object_test.go
+++ b/storage/filesystem/object_test.go
@@ -333,11 +333,7 @@ func (s *FsSuite) TestGetFromObjectFileSharedCache(c *C) {
}
func BenchmarkPackfileIter(b *testing.B) {
- defer func() {
- if err := fixtures.Clean(); err != nil {
- b.Fatal(err)
- }
- }()
+ defer fixtures.Clean()
for _, f := range fixtures.ByTag(".git") {
b.Run(f.URL, func(b *testing.B) {
@@ -385,11 +381,7 @@ func BenchmarkPackfileIter(b *testing.B) {
}
func BenchmarkPackfileIterReadContent(b *testing.B) {
- defer func() {
- if err := fixtures.Clean(); err != nil {
- b.Fatal(err)
- }
- }()
+ defer fixtures.Clean()
for _, f := range fixtures.ByTag(".git") {
b.Run(f.URL, func(b *testing.B) {
@@ -447,11 +439,7 @@ func BenchmarkPackfileIterReadContent(b *testing.B) {
}
func BenchmarkGetObjectFromPackfile(b *testing.B) {
- defer func() {
- if err := fixtures.Clean(); err != nil {
- b.Fatal(err)
- }
- }()
+ defer fixtures.Clean()
for _, f := range fixtures.Basic() {
b.Run(f.URL, func(b *testing.B) {