/llg-python

A last letter game benchmark implemented in Python

Primary LanguagePythonMIT LicenseMIT

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.git

Run test and measure its time:

cd llg-python
time python llg.py < llg-dataset/70pokemons.txt

Of course you can use pypy for this benchmark:

time pypy llg.py < llg-dataset/70pokemons.txt