Add off_by_3_fix/tests/data/sample_trace.json

This commit is contained in:
Mika 2025-12-11 11:56:26 +00:00
parent fadace632c
commit 86a22ae79f

View file

@ -0,0 +1,22 @@
[
{
"group": "A",
"bucket": 96,
"value": 123.4
},
{
"group": "A",
"bucket": 199,
"value": 130.7
},
{
"group": "B",
"bucket": 303,
"value": 99.9
},
{
"group": "B",
"bucket": 406,
"value": 105.2
}
]