From 4a2e35f21b07a2abbeddc89c8eda5f1aed6bfb51 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 17 Dec 2025 09:33:41 +0100 Subject: Cleanup md --- benchmarks/plot-benchmarks.py | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'benchmarks/plot-benchmarks.py') diff --git a/benchmarks/plot-benchmarks.py b/benchmarks/plot-benchmarks.py index b42c4ba..76d5d08 100644 --- a/benchmarks/plot-benchmarks.py +++ b/benchmarks/plot-benchmarks.py @@ -68,10 +68,11 @@ print( '\n' '\n' '\n' - '\n' + '' ) print("") +print() print("
Single solution, 4 threads") print() print("Time per cube (in seconds, lower is better).") @@ -82,17 +83,18 @@ print("Time per cube adjusted for table size (in seconds \\* GiB, lower is bette print() print_table(results_h48.h48_4_threads, results_vcube.vcube_4_threads, True, False) print() +print("(a) vcube cannot parallelize on a single scramble, the results for the") +print("superflip are going to be the same as in the single thread case.") +print() print( '\n' '\n' '\n' - '\n' + '' ) -print() -print("(a) vcube cannot parallelize on a single scramble, the results for the") -print("superflip are going to be the same as in the single thread case.") print("
") +print() print("
Single solution, 16 threads") print() print("Time per cube (in seconds, lower is better).") @@ -103,17 +105,18 @@ print("Time per cube adjusted for table size (in seconds \\* GiB, lower is bette print() print_table(results_h48.h48_16_threads, results_vcube.vcube_16_threads, True, False) print() +print("(a) vcube cannot parallelize on a single scramble, the results for the") +print("superflip are going to be the same as in the single thread case.") +print() print( '\n' '\n' '\n' - '\n' + '' ) -print() -print("(a) vcube cannot parallelize on a single scramble, the results for the") -print("superflip are going to be the same as in the single thread case.") print("
") +print() print("
All solutions, 16 threads") print() print("*Note: vcube does not have an option for finding multiple solutions.*") -- cgit v1.3