SpeedTests
SpeedTests copied to clipboard
sbcl: Exclude compilation time from benchmark
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.