Add bpf_varianz_test/tests/data/test_samples.json
This commit is contained in:
parent
71965fe445
commit
d0ff9de31b
1 changed files with 8 additions and 0 deletions
8
bpf_varianz_test/tests/data/test_samples.json
Normal file
8
bpf_varianz_test/tests/data/test_samples.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"kprobe": {
|
||||||
|
"sample_values": [10.1, 10.5, 9.8, 10.3, 10.0, 9.9, 10.4, 10.2, 9.7, 10.1]
|
||||||
|
},
|
||||||
|
"bpf": {
|
||||||
|
"sample_values": [10.0, 10.1, 9.9, 10.0, 10.2, 9.8, 10.1, 9.9, 10.0, 10.1]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue