From 36f37564cd566e91771cd1f92ac3886917c769d1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 17 Dec 2025 09:26:53 +0100 Subject: Update benchmarks --- benchmarks/results_vcube.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 benchmarks/results_vcube.py (limited to 'benchmarks/results_vcube.py') diff --git a/benchmarks/results_vcube.py b/benchmarks/results_vcube.py new file mode 100644 index 0000000..7b561aa --- /dev/null +++ b/benchmarks/results_vcube.py @@ -0,0 +1,24 @@ +vcube_single_thread = { + 112: {17: 24.021138887, 18: 232.290148751, 19: 1012.971335021}, + 208: {17: 14.015260764, 18: 109.093653866, 19: 514.498894356}, + 308: {17: 4.140126887, 18: 25.580857443, 19: 154.973883402, 20: 1467.580449672, "superflip": 604.350116961}, + 404: {17: 5.817552240, 18: 31.011977639, 19: 152.427892670, 20: 1483.336504130, "superflip": 268.261983286}, + 212: {17: 2.762842065, 18: 18.817855233, 19: 85.668495927, 20: 682.075876988, "superflip": 19.296406826}, +} + +vcube_4_threads = { + 112: {17: 7.127616290, 18: 78.318152570, 19: 298.717794059}, + 208: {17: 4.064627893, 18: 36.750120494, 19: 146.530835915}, + 308: {17: 1.203668154, 18: 8.861778047, 19: 44.574642874, 20: 415.264434322}, + 404: {17: 1.824527079, 18: 7.464447783, 19: 41.220812956, 20: 404.238440653}, + 212: {17: 0.873352248, 18: 6.742663807, 19: 25.886399367, 20: 192.481134988}, +} + +vcube_16_threads = { + 112: {17: 3.634119823, 18: 40.734799597, 19: 127.553167079}, + 208: {17: 1.914579912, 18: 19.860062709, 19: 60.773634937}, + 308: {17: 0.787410653, 18: 4.727771575, 19: 19.423988316, 20: 166.749710026}, + 404: {17: 0.948257897, 18: 3.616245643, 19: 16.311276268, 20: 151.974609036}, + 212: {17: 0.409647385, 18: 3.365509654, 19: 11.187815758, 20: 70.908266374}, +} + -- cgit v1.3