diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-19 23:00:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-19 23:00:47 +0200 |
| commit | 2048e5a99de981a53d5eeb8a66d98e281898c9f0 (patch) | |
| tree | 74c75fcda617c7c423679a17eeb4497f4e82d854 | |
| parent | eb89f4c234e5d3868ad33223684934a30c76393e (diff) | |
| download | nissy-core-2048e5a99de981a53d5eeb8a66d98e281898c9f0.tar.gz nissy-core-2048e5a99de981a53d5eeb8a66d98e281898c9f0.zip | |
Add small comments on benchmark results
| -rw-r--r-- | benchmarks/benchmarks.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/benchmarks.md b/benchmarks/benchmarks.md index 9f4ec1a..805408d 100644 --- a/benchmarks/benchmarks.md +++ b/benchmarks/benchmarks.md | |||
| @@ -216,6 +216,14 @@ Time per cube adjusted for tables size (in seconds \* GiB, lower is better). | |||
| 216 | |H48 h7 k2 | 3.6GiB | 1.30 | 15.26 | | | | 216 | |H48 h7 k2 | 3.6GiB | 1.30 | 15.26 | | | |
| 217 | |H48 h6 k2 | 1.8GiB | 1.24 | 14.76 | | | | 217 | |H48 h6 k2 | 1.8GiB | 1.24 | 14.76 | | | |
| 218 | 218 | ||
| 219 | ## Comments on the results | ||
| 220 | |||
| 221 | * Adjusting for table size, vcube generally is a bit faster than H48, | ||
| 222 | except for 20 moves scrambles where H48 is a clear winner. | ||
| 223 | * On sets of 25 scrambles, H48 performs better than vcube when using | ||
| 224 | multiple threads. However, this advantage will likely disappear (or | ||
| 225 | even invert) if we increase the size of the set. | ||
| 226 | |||
| 219 | ## Other notes | 227 | ## Other notes |
| 220 | 228 | ||
| 221 | * Missing values in the table mean that the test is very slow and I did | 229 | * Missing values in the table mean that the test is very slow and I did |
