Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 397 Bytes

File metadata and controls

22 lines (16 loc) · 397 Bytes

llg-lua

A last letter game benchmark implemented in Lua

How to run

Clone repository recursively:

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

Run test and measure its time:

cd llg-lua
time lua llg.lua < llg-dataset/70pokemons.txt

Of course you can use LuaJIT for this benchmark:

time luajit llg.lua < llg-dataset/70pokemons.txt