I used the cl-bench from this gitlab, copied it into my directory of local quicklisp systems, and then did with each of the lisps:

(ql:quickload 'cl-bench)
(cl-bench:bench-run)    
  
(sbcl errored with an undefined sb-ext:*intexp-maximum-exponent* so I commented that out in cl-bench.lisp.)

The benchmarks results are dumped in the output/ subdir of the source checkout. Afterwards, do the following to generate the report:

(ql:quickload 'cl-bench/report)
(cl-bench::bench-analysis-page)
  
The numbers below are (user) times in seconds, i.e. lower is better.

Relevant(ish) reddit discussion.

X86-64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz meepmbp17.local

ECL 16.1.3SBCL 1.4.8Clozure Common Lisp Version 1.11.5 (DarwinX8664)
COMPILER2.9450.550.471324
LOAD-FASL0.1040.0450.067024
SUM-PERMUTATIONS0.5040.1651.141025
WALK-LIST/SEQ0.0070.0060.009834
WALK-LIST/MESS0.0250.0110.006723
BOYER0.5120.1260.64409
BROWSE0.2160.0830.199512
DDERIV0.4820.0710.166496
DERIV0.5390.0750.192311
DESTRUCTIVE0.2940.0730.14917
DIV2-TEST-10.6980.1210.286032
DIV2-TEST-20.8240.1730.361542
FFT0.30.0130.039021
FRPOLY/FIXNUM0.4470.10.222805
FRPOLY/BIGNUM0.2380.0880.357345
FRPOLY/FLOAT0.5230.1560.302594
PUZZLE1.1860.0920.247184
TAK0.5860.0910.051722
CTAK0.820.0930.16136
TRTAK0.5660.0950.050147
TAKL0.3910.1890.116975
STAK0.5310.1160.284844
FPRINT/UGLY1.5220.3630.87897
FPRINT/PRETTY4.4340.5380.920791
TRAVERSE1.3490.4440.511379
TRIANGLE1.1540.3320.364642
RICHARDS2.5780.1880.724553
FACTORIAL0.1770.0460.071622
FIB0.2190.0810.034191
FIB-RATIO0.0220.0130.016589
ACKERMANN2.0130.9830.378161
MANDELBROT/COMPLEX0.3460.0960.191514
MANDELBROT/DFLOAT0.3610.0040.020837
MRG32K3A1.1630.2312.838254
CRC402.270.2470.729875
BIGNUM/ELEM-100-10000.0110.0250.313159
BIGNUM/ELEM-1000-1000.0130.0461.933848
BIGNUM/ELEM-10000-10.0140.0221.990624
BIGNUM/PARI-100-100.0010.0070.188592
BIGNUM/PARI-200-50.0040.0225.192173
PI-DECIMAL/SMALL0.9370.2120.756334
PI-DECIMAL/BIG0.6620.0890.878078
PI-ATAN0.2910.3350.842362
PI-RATIOS0.2940.4242.091395
HASH-STRINGS0.2620.0761.56017
HASH-INTEGERS0.40.1360.770672
SLURP-LINES6.2791.1889.424359
BOEHM-GC2.8150.3373.972685
DEFLATE-FILE0.6140.0690.117997
1D-ARRAYS0.0520.0150.010818
2D-ARRAYS0.7180.1450.354254
3D-ARRAYS1.4960.3870.755815
BITVECTORS1.3610.1050.187197
BENCH-STRINGS1.3640.6550.412568
fill-strings/adjustable1.5861.4038.66913
STRING-CONCAT17.01211.16710.361159
SEARCH-SEQUENCE0.8080.3540.871464
CLOS/defclass0.2310.0980.087483
CLOS/defmethod0.210.5410.063365
CLOS/instantiate2.4440.2640.926385
CLOS/simple-instantiate7.2320.0421.388562
CLOS/methodcalls0.7271.8220.74125
CLOS/method+after0.8210.2460.492152
CLOS/complex-methods0.3110.3410.186797
EQL-SPECIALIZED-FIB0.6710.060.21373