diff options
Diffstat (limited to 'old/benchmark/results/results.txt')
| -rw-r--r-- | old/benchmark/results/results.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/old/benchmark/results/results.txt b/old/benchmark/results/results.txt new file mode 100644 index 0000000..6c64bc8 --- /dev/null +++ b/old/benchmark/results/results.txt | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | Benchmarks settings: | ||
| 2 | MOVES: 100000000 | ||
| 3 | TRANS: 100000000 | ||
| 4 | COMPOSE: 100000000 | ||
| 5 | INVERSE: 100000000 | ||
| 6 | |||
| 7 | > moves: running benchmark... | ||
| 8 | > moves: resulting cube, first piece: UB0 | ||
| 9 | > moves: 0.0097s | ||
| 10 | |||
| 11 | > trans: running benchmark... | ||
| 12 | > trans: resulting cube, first piece: DB0 | ||
| 13 | > trans: 20.1464s | ||
| 14 | |||
| 15 | > compose: running benchmark... | ||
| 16 | > compose: resulting cube, first piece: ERR | ||
| 17 | > compose: 3.7322s | ||
| 18 | |||
| 19 | > inverse: running benchmark... | ||
| 20 | > inverse: resulting cube, first piece: DB0 | ||
| 21 | > inverse: 2.1003s | ||
| 22 | |||
| 23 | Benchmark summary: | ||
| 24 | moves: 100000000 moves in 0.0097s (10259.5134 MTPS) | ||
| 25 | trans: 100000000 transformations in 20.1464s (4.9637 MTPS) | ||
| 26 | compose: 100000000 compositions in 3.7322s (26.7940 MCPS) | ||
| 27 | inverse: 100000000 inverses in 2.1003s (47.6116 MIPS) | ||
| 28 | Total time: 25.9886 | ||
