Skip to content

Commit

Permalink
removing oldini
Browse files Browse the repository at this point in the history
  • Loading branch information
xibz committed Oct 16, 2018
1 parent 07b60ec commit 321a901
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/ini/bench_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package ini

import (
oldini "github.com/go-ini/ini"
"testing"
)

Expand All @@ -26,12 +25,6 @@ func BenchmarkINIParser(b *testing.B) {
}
}

func BenchmarkGoINIParser(b *testing.B) {
for i := 0; i < b.N; i++ {
oldini.Load([]byte(section))
}
}

func BenchmarkTokenize(b *testing.B) {
lexer := iniLexer{}
for i := 0; i < b.N; i++ {
Expand Down

0 comments on commit 321a901

Please sign in to comment.