From d0ff9de31bcb4fc9df0e65a8d66a7d4e7693f9ef Mon Sep 17 00:00:00 2001 From: Mika Date: Sat, 13 Dec 2025 14:37:16 +0000 Subject: [PATCH] Add bpf_varianz_test/tests/data/test_samples.json --- bpf_varianz_test/tests/data/test_samples.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bpf_varianz_test/tests/data/test_samples.json diff --git a/bpf_varianz_test/tests/data/test_samples.json b/bpf_varianz_test/tests/data/test_samples.json new file mode 100644 index 0000000..7540217 --- /dev/null +++ b/bpf_varianz_test/tests/data/test_samples.json @@ -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] + } +} \ No newline at end of file