Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

File metadata and controls

22 lines (16 loc) · 408 Bytes

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