(13.03.2019, 11:58)admin Wrote: You can measure how long any function call takes like this:
Code:ts, tu = os.microtime()
-- run something here
diff = os.udifftime(ts, tu)
log(diff)
For speed testing you can load a file with known size to calculate network speed, but what is the point of such test?
Hi admin,
Thank you for your reply.
I just want to use LM resources to perform communication bandwidth tests if possible, instead of using two computers.
B.R,
Chouaibou.