feat: add delta_blue benchmark with Wren, Lua, and Python implementations

Add the DeltaBlue constraint-solving benchmark ported from Dart to Wren, along with supporting Lua and Python versions for cross-validation. The Wren implementation includes the full constraint hierarchy solver with strength classes, plan execution, and the standard DeltaBlue test harness. Register the benchmark in run_bench with expected output "7032700".
This commit is contained in:
Bob Nystrom
2014-02-10 15:56:11 +00:00
parent 6947143007
commit 05857c8b47
4 changed files with 2290 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@ BENCHMARK("binary_trees", """stretch tree of depth 13 check: -1
32 trees of depth 12 check: -32
long lived tree of depth 12 check: -1""")
BENCHMARK("delta_blue", "7032700")
BENCHMARK("fib", r"""317811
317811
317811