Upload benchmark_result.json

#1
Files changed (1) hide show
  1. benchmark_result.json +118 -0
benchmark_result.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark_timestamp": "2026-07-13T13:58:56Z",
3
+ "llama_cpp_meta": {
4
+ "version": "version: 9986 (91c631b21)",
5
+ "commit_hash": "91c631b21d6e5d09e9c6659efdf6baeef5a44ddb"
6
+ },
7
+ "hardware_info": {
8
+ "device_model": "Raspberry Pi 4 Model B Rev 1.4",
9
+ "cpu_architecture": "aarch64",
10
+ "cpu_details": "Cortex-A72",
11
+ "total_ram": "7.6Gi",
12
+ "kernel": "6.18.34+rpt-rpi-v8"
13
+ },
14
+ "memory_pressure_mb": {
15
+ "before_bench": {
16
+ "used": 357,
17
+ "free": 2845,
18
+ "available": 7461
19
+ },
20
+ "after_bench": {
21
+ "used": 362,
22
+ "free": 2841,
23
+ "available": 7456
24
+ }
25
+ },
26
+ "llama_bench_results": [
27
+ {
28
+ "build_commit": "91c631b21",
29
+ "build_number": 9986,
30
+ "cpu_info": "OpenBLAS, CPU",
31
+ "gpu_info": "",
32
+ "backends": "BLAS",
33
+ "model_filename": "/home/cip/llama-models/gemma-3-1b-it-Q4_K_M.gguf",
34
+ "model_type": "gemma3 1B Q4_K - Medium",
35
+ "model_size": 799525120,
36
+ "model_n_params": 999885952,
37
+ "n_batch": 2048,
38
+ "n_ubatch": 512,
39
+ "n_threads": 4,
40
+ "cpu_mask": "0x0",
41
+ "cpu_strict": false,
42
+ "poll": 50,
43
+ "type_k": "f16",
44
+ "type_v": "f16",
45
+ "n_gpu_layers": -1,
46
+ "n_cpu_moe": 0,
47
+ "split_mode": "layer",
48
+ "main_gpu": 0,
49
+ "no_kv_offload": false,
50
+ "flash_attn": -1,
51
+ "devices": "auto",
52
+ "tensor_split": "0.00",
53
+ "tensor_buft_overrides": "none",
54
+ "use_mmap": true,
55
+ "use_direct_io": false,
56
+ "embeddings": false,
57
+ "no_op_offload": 0,
58
+ "no_host": false,
59
+ "fit_target": 0,
60
+ "fit_min_ctx": 0,
61
+ "n_prompt": 512,
62
+ "n_gen": 0,
63
+ "n_depth": 0,
64
+ "test_time": "2026-07-13T13:53:38Z",
65
+ "avg_ns": 28911295644,
66
+ "stddev_ns": 58168274,
67
+ "avg_ts": 17.709399,
68
+ "stddev_ts": 0.035636,
69
+ "samples_ns": [ 28973970486, 28918813177, 28848955185, 28960436405, 28854302971 ],
70
+ "samples_ts": [ 17.671, 17.7047, 17.7476, 17.6793, 17.7443 ]
71
+ },
72
+ {
73
+ "build_commit": "91c631b21",
74
+ "build_number": 9986,
75
+ "cpu_info": "OpenBLAS, CPU",
76
+ "gpu_info": "",
77
+ "backends": "BLAS",
78
+ "model_filename": "/home/cip/llama-models/gemma-3-1b-it-Q4_K_M.gguf",
79
+ "model_type": "gemma3 1B Q4_K - Medium",
80
+ "model_size": 799525120,
81
+ "model_n_params": 999885952,
82
+ "n_batch": 2048,
83
+ "n_ubatch": 512,
84
+ "n_threads": 4,
85
+ "cpu_mask": "0x0",
86
+ "cpu_strict": false,
87
+ "poll": 50,
88
+ "type_k": "f16",
89
+ "type_v": "f16",
90
+ "n_gpu_layers": -1,
91
+ "n_cpu_moe": 0,
92
+ "split_mode": "layer",
93
+ "main_gpu": 0,
94
+ "no_kv_offload": false,
95
+ "flash_attn": -1,
96
+ "devices": "auto",
97
+ "tensor_split": "0.00",
98
+ "tensor_buft_overrides": "none",
99
+ "use_mmap": true,
100
+ "use_direct_io": false,
101
+ "embeddings": false,
102
+ "no_op_offload": 0,
103
+ "no_host": false,
104
+ "fit_target": 0,
105
+ "fit_min_ctx": 0,
106
+ "n_prompt": 0,
107
+ "n_gen": 128,
108
+ "n_depth": 0,
109
+ "test_time": "2026-07-13T13:56:31Z",
110
+ "avg_ns": 28898730458,
111
+ "stddev_ns": 44261137,
112
+ "avg_ts": 4.429269,
113
+ "stddev_ts": 0.006781,
114
+ "samples_ns": [ 28849010742, 28864934701, 28961877347, 28905243050, 28912586451 ],
115
+ "samples_ts": [ 4.43689, 4.43445, 4.4196, 4.42826, 4.42714 ]
116
+ }
117
+ ]
118
+ }