summaryrefslogtreecommitdiff
path: root/tests/test-lorem-optimum-benchmark.el
AgeCommit message (Collapse)Author
2025-11-09test: Add slow tag to benchmarks taking too longCraig Jennings
Disabled benchmarks for learning and tokenizing 10,000 words due to prolonged execution times (minutes instead of seconds). Added `:slow` tag to indicate need for performance optimization before re-enabling.
2025-10-26feat:text-generation: improve and rename lorem generatorCraig Jennings
Rename `lorem-generator.el` to `lorem-optimum.el` for fun. Enhance text tokenization, Markov chain learning, and text generation functions. Introduce new configuration variables for training files and improve efficiency with vectorized access. Add comprehensive benchmarks and unit tests under `tests/`. This improves performance and lays groundwork for further extensions.