Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
13 stars 3 forks source link

Test runner reported timings seem to be off. #198

Closed Idorobots closed 1 week ago

Idorobots commented 2 months ago

(time-apply thunk '()) is currently used for the timings, but reported time is the first value returned - the CPU time. That doesn't include any subprocess execution, nor sleeping.