[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: My Benchmark (was: looking for a better idiom)
- From: Scott Vokes <vokes.s@...>
- Date: Thu, 9 Sep 2010 10:49:23 -0400
> Just to advert you to this, I've now published my script at
> http://lua-users.org/wiki/BenchmarkModule
luasocket's gettime() function may work better as a portable,
reasonably high-precision timing function. I've used it for
benchmarking on Windows, BSD, and Linux. "Battery" distributions like
Lua for Windows tend to already have luasocket.
Scott