Swarm Testing Data Structures

2 fanf2 1 8/25/2025, 11:42:03 AM tigerbeetle.com ↗

Comments (1)

pfdietz · 4h ago
I've found swarm testing (random testing where the probability distribution is varied randomly) seems to provide better bug detection in testing Common Lisp compilers than just random testing with a fixed distribution, confirming results in the literature from testing C compilers.