From 233169d9ab5fb8a796d91a3694f8a522fa54d194 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 26 Jan 2026 22:52:15 +0100 Subject: Improve multithreading benchmarks (compare speedup factor, not with vcube) --- benchmarks/tables_16_threads.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 benchmarks/tables_16_threads.md (limited to 'benchmarks/tables_16_threads.md') diff --git a/benchmarks/tables_16_threads.md b/benchmarks/tables_16_threads.md new file mode 100644 index 0000000..e9c0d19 --- /dev/null +++ b/benchmarks/tables_16_threads.md @@ -0,0 +1,27 @@ + +
Results: Single solution, 16 threads + +Time per cube (in seconds, lower is better). + +| Solver | Size |17 moves|18 moves|19 moves|20 moves|Superflip| +|:---------|:-------|-------:|-------:|-------:|-------:|--------:| +|H48 h11 |56.5 GiB| 0.02| 0.06| 0.22| 1.33| 1.84| +|H48 h10 |28.3 GiB| 0.03| 0.08| 0.33| 2.34| 4.18| +|H48 h9 |14.1 GiB| 0.04| 0.15| 0.64| 4.45| 8.09| +|H48 h8 | 7.1 GiB| 0.06| 0.34| 1.36| | | +|H48 h7 | 3.5 GiB| 0.07| 0.47| 2.20| | | +|H48 h6 | 1.8 GiB| 0.13| 0.91| 4.39| | | + +Speed-up factor (higher is better). + +| Solver | Size |17 moves|18 moves|19 moves|20 moves|Superflip| +|:---------|:-------|-------:|-------:|-------:|-------:|--------:| +|H48 h11 |56.5 GiB| 3.90| 8.14| 10.39| 11.86| 8.45| +|H48 h10 |28.3 GiB| 5.72| 9.00| 10.03| 10.04| 9.09| +|H48 h9 |14.1 GiB| 6.56| 9.75| 10.53| | | +|H48 h8 | 7.1 GiB| 8.08| 9.91| 10.40| | | +|H48 h7 | 3.5 GiB| 8.59| 10.30| 10.57| | | +|H48 h6 | 1.8 GiB| 9.60| 10.39| 10.54| | | + + +
-- cgit v1.3