Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 350 Bytes

llg-erlang

A last letter game benchmark implemented in Erlang

How to run

Clone repository recursively:

git clone --recursive https://github.com/LLGAssessment/llg-erlang.git

Compile test:

cd llg-erlang
make

Run it and measure its time:

time erl -s llg main -s init stop -noshell < llg-dataset/70pokemons.txt