Skip to content

Commit

Permalink
Adjust benchmark to contain better distributed slice sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Oct 10, 2024
1 parent e386a8a commit 2d7345b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions testdata/bench.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"big": {
"f01": "ABC"
}
},
"array": [{}]
},
{
"int": 1,
Expand All @@ -30,7 +31,8 @@
},
"big": {
"f01": "ABC"
}
},
"array": [{},{}]
},
{
"int": 1,
Expand All @@ -41,7 +43,8 @@
},
"big": {
"f01": "ABC"
}
},
"array": [{},{},{},{},{},{},{},{}]
}
],
"small": {
Expand Down

0 comments on commit 2d7345b

Please sign in to comment.