File size: 5,122 Bytes
6d09d00
 
 
 
 
 
1
2
3
4
5
6
7
{"benchmark_name": "mixed_workload", "target": "shimbabomb v1.11.0 interpreter", "platform": "Windows x64", "logical_cpus": 12, "threads": 24, "duration_sec": 30.0, "total_ops": 70738, "ops_per_sec": 2316.99, "total_errors": 18446, "total_crashes": 0, "error_rate_pct": 20.6831, "latency_min_ms": 0.0166, "latency_mean_ms": 10.1464, "latency_max_ms": 94.3191, "latency_p50_ms": 0.2576, "latency_p95_ms": 64.6300, "latency_p99_ms": 70.8032, "peak_rss_mb": 65, "cpu_utilization_pct": 100.0, "description": "Multi-threaded mixed workload: 14 diverse SB scripts (fibonacci, loops, strings, arrays, maps, conditionals, arithmetic, function calls) running concurrently across CPU*2 threads", "scripts_tested": ["fibonacci_15", "fibonacci_20", "counting_loop_1000", "counting_loop_10000", "string_concat_heavy", "nested_conditionals", "arithmetic_stress", "function_calls_deep", "map_operations", "array_operations", "boolean_logic_chain", "while_loop_stress", "factorial_iterative", "mismatched_strings", "power_of_two_loop"]}
{"benchmark_name": "fib_saturation", "target": "shimbabomb v1.11.0 interpreter", "platform": "Windows x64", "logical_cpus": 12, "threads": 48, "duration_sec": 30.0, "total_ops": 18680, "ops_per_sec": 619.41, "total_errors": 0, "total_crashes": 0, "error_rate_pct": 0.0, "latency_min_ms": 2.7277, "latency_mean_ms": 77.1622, "latency_max_ms": 206.0868, "latency_p50_ms": 108.5234, "latency_p95_ms": 155.8833, "latency_p99_ms": 168.0198, "peak_rss_mb": 73, "cpu_utilization_pct": 100.0, "description": "CPU-saturating fibonacci recursion: fib(15) and fib(20) computed across CPU*4 threads — worst-case O(2^N) exponential recursion under maximum thread pressure", "scripts_tested": ["fibonacci_15", "fibonacci_20"]}
{"benchmark_name": "loop_throughput", "target": "shimbabomb v1.11.0 interpreter", "platform": "Windows x64", "logical_cpus": 12, "threads": 24, "duration_sec": 30.0, "total_ops": 54907, "ops_per_sec": 1824.57, "total_errors": 0, "total_crashes": 0, "error_rate_pct": 0.0, "latency_min_ms": 0.0336, "latency_mean_ms": 13.1053, "latency_max_ms": 68.8480, "latency_p50_ms": 4.0416, "latency_p95_ms": 45.4464, "latency_p99_ms": 49.8626, "peak_rss_mb": 73, "cpu_utilization_pct": 100.0, "description": "Loop throughput stress: count loops (1K, 10K iterations), while loops (500 iterations), and iterative factorial — sustained loop execution under thread saturation", "scripts_tested": ["counting_loop_1000", "counting_loop_10000", "while_loop_stress", "factorial_iterative"]}
{"benchmark_name": "string_mem_stress", "target": "shimbabomb v1.11.0 interpreter", "platform": "Windows x64", "logical_cpus": 12, "threads": 24, "duration_sec": 30.0, "total_ops": 664220, "ops_per_sec": 22091.25, "total_errors": 666441, "total_crashes": 0, "error_rate_pct": 50.0835, "latency_min_ms": 0.0146, "latency_mean_ms": 1.0102, "latency_max_ms": 1775.9723, "latency_p50_ms": 0.2303, "latency_p95_ms": 2.4276, "latency_p99_ms": 8.9990, "peak_rss_mb": 2879, "cpu_utilization_pct": 100.0, "description": "String and memory stress: repeated string concatenation (100 iterations), array operations (10 elements), map lookups, and string operations — pushes memory allocator to 2.8GB peak", "scripts_tested": ["string_concat_heavy", "array_operations", "map_operations", "mismatched_strings"]}
{"benchmark_name": "heavy_payload", "target": "shimbabomb v1.11.0 interpreter", "platform": "Windows x64", "logical_cpus": 12, "threads": 24, "duration_sec": 30.0, "total_ops": 733937, "ops_per_sec": 24357.54, "total_errors": 0, "total_crashes": 0, "error_rate_pct": 0.0, "latency_min_ms": 0.0149, "latency_mean_ms": 0.9464, "latency_max_ms": 3125.8168, "latency_p50_ms": 0.0524, "latency_p95_ms": 2.7119, "latency_p99_ms": 5.1507, "peak_rss_mb": 3328, "cpu_utilization_pct": 100.0, "description": "Heavy payload worst-case: dynamically generated 5K-operation SB script (~125 lines of set/arithmetic), nested conditionals, and arithmetic stress — tests worst-case O(N) parsing under load, peak memory 3.3GB", "scripts_tested": ["heavy_payload_5k", "nested_conditionals", "arithmetic_stress"]}
{"benchmark_name": "max_threads", "target": "shimbabomb v1.11.0 interpreter", "platform": "Windows x64", "logical_cpus": 12, "threads": 96, "duration_sec": 30.0, "total_ops": 68939, "ops_per_sec": 2220.97, "total_errors": 16514, "total_crashes": 0, "error_rate_pct": 19.3252, "latency_min_ms": 0.0189, "latency_mean_ms": 41.6881, "latency_max_ms": 342.0491, "latency_p50_ms": 0.3043, "latency_p95_ms": 264.0697, "latency_p99_ms": 289.1982, "peak_rss_mb": 3328, "cpu_utilization_pct": 100.0, "description": "Maximum thread saturation: CPU*8 (96 threads) hammering all 14 scripts simultaneously — extreme concurrency stress test pushing thread scheduler and interpreter to limits", "scripts_tested": ["fibonacci_15", "fibonacci_20", "counting_loop_1000", "counting_loop_10000", "string_concat_heavy", "nested_conditionals", "arithmetic_stress", "function_calls_deep", "map_operations", "array_operations", "boolean_logic_chain", "while_loop_stress", "factorial_iterative", "mismatched_strings", "power_of_two_loop"]}