SpeedTests icon indicating copy to clipboard operation
SpeedTests copied to clipboard

sbcl: Exclude compilation time from benchmark

Open lipidity opened this issue 1 year ago • 0 comments

The current benchmark (calling sbcl --script) both compiles and runs the code. Doesn't make much of a difference to this particular benchmark since it's such a tiny amount of code, but compiling before running the code is arguably a better way to compare.

lipidity avatar Feb 02 '24 11:02 lipidity