Skip to content

Commit

Permalink
benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgnz committed Dec 26, 2024
1 parent b458b34 commit 88c042a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"gopkg.in/yaml.v3"
)

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

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

0 comments on commit 88c042a

Please sign in to comment.