llg-python
A last letter game benchmark implemented in Python
How to run
Clone repository recursively:
git clone --recursive https://github.com/LLGAssessment/llg-python.gitRun test and measure its time:
cd llg-python
time python llg.py < llg-dataset/70pokemons.txtOf course you can use pypy for this benchmark:
time pypy llg.py < llg-dataset/70pokemons.txt