aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/results_vcube.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/results_vcube.py')
-rw-r--r--benchmarks/results_vcube.py24
1 files changed, 24 insertions, 0 deletions
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 @@
1vcube_single_thread = {
2 112: {17: 24.021138887, 18: 232.290148751, 19: 1012.971335021},
3 208: {17: 14.015260764, 18: 109.093653866, 19: 514.498894356},
4 308: {17: 4.140126887, 18: 25.580857443, 19: 154.973883402, 20: 1467.580449672, "superflip": 604.350116961},
5 404: {17: 5.817552240, 18: 31.011977639, 19: 152.427892670, 20: 1483.336504130, "superflip": 268.261983286},
6 212: {17: 2.762842065, 18: 18.817855233, 19: 85.668495927, 20: 682.075876988, "superflip": 19.296406826},
7}
8
9vcube_4_threads = {
10 112: {17: 7.127616290, 18: 78.318152570, 19: 298.717794059},
11 208: {17: 4.064627893, 18: 36.750120494, 19: 146.530835915},
12 308: {17: 1.203668154, 18: 8.861778047, 19: 44.574642874, 20: 415.264434322},
13 404: {17: 1.824527079, 18: 7.464447783, 19: 41.220812956, 20: 404.238440653},
14 212: {17: 0.873352248, 18: 6.742663807, 19: 25.886399367, 20: 192.481134988},
15}
16
17vcube_16_threads = {
18 112: {17: 3.634119823, 18: 40.734799597, 19: 127.553167079},
19 208: {17: 1.914579912, 18: 19.860062709, 19: 60.773634937},
20 308: {17: 0.787410653, 18: 4.727771575, 19: 19.423988316, 20: 166.749710026},
21 404: {17: 0.948257897, 18: 3.616245643, 19: 16.311276268, 20: 151.974609036},
22 212: {17: 0.409647385, 18: 3.365509654, 19: 11.187815758, 20: 70.908266374},
23}
24

Generated with cgit - Back to sebastiano.tronto.net