kata08-conflicting-objectives
http://codekata.com/kata/kata08-conflicting-objectives/
Benchmark Mode Cnt Score Error Units
- MyBenchmark.testExtensible thrpt 200 64,192 ± 0,506 ops/s
- MyBenchmark.testPerformance thrpt 200 128,993 ± 0,929 ops/s
- MyBenchmark.testReadable thrpt 200 106,806 ± 0,695 ops/s
Explanation
- "Readable" is the solution that is the easiest to understand.
- The "Extensible"-solution can be extended in many ways (different splitting, different language, different word length, ...).
- "Performance" is the solution with the least amount of operations.