diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-10 17:07:42 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-10 19:55:55 +0100 |
| commit | 067ba55add258ab03db328234168af66c4ad87c3 (patch) | |
| tree | f4861907117c420eed3f9c9aa967bf9f2c6a1f7e /old/benchmark/results/results.txt | |
| parent | af1399f223e3857a3d2690337e84430cdbeff16a (diff) | |
| download | nissy-core-067ba55add258ab03db328234168af66c4ad87c3.tar.gz nissy-core-067ba55add258ab03db328234168af66c4ad87c3.zip | |
Towards a definitve API
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 | ||
