I sometimes see people that compare code efficency by execution time like here.
How can you create them (also for other languages)?
What do these values say?
Do they apply on every computer?
local x = os.clock() -- your code to benchmark print(os.clock() - x)