Skip to content

Commit 88c042a

Browse files
committed
benchmark
1 parent b458b34 commit 88c042a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/benchmark_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"gopkg.in/yaml.v3"
99
)
1010

11-
// XML için root element tanımlama
11+
// Defining root element for XML
1212
type TestData struct {
1313
XMLName xml.Name `xml:"data"`
1414
Name string `json:"name" xml:"name" yaml:"name"`
@@ -22,7 +22,7 @@ var testData = TestData{
2222
Hobbies: []string{"okuma", "yazma", "kodlama"},
2323
}
2424

25-
// Büyük veri seti için XML yapısı
25+
// XML structure for large data set
2626
type LargeTestData struct {
2727
XMLName xml.Name `xml:"data"`
2828
Items []Item `json:"items" xml:"items>item" yaml:"items"`

0 commit comments

Comments
 (0)