From 214c828772c90424349639fe59c4e5a9ce98fa46 Mon Sep 17 00:00:00 2001 From: Guillaume LE VAILLANT Date: Sun, 26 Aug 2018 11:40:30 +0200 Subject: benchmark: reduce data size for allegro and ecl --- benchmark/benchmark-implementation.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmark') diff --git a/benchmark/benchmark-implementation.lisp b/benchmark/benchmark-implementation.lisp index 7447085..7fa7306 100644 --- a/benchmark/benchmark-implementation.lisp +++ b/benchmark/benchmark-implementation.lisp @@ -1,9 +1,9 @@ (asdf:load-system "ironclad") (defparameter *data-size* - #+sbcl (expt 10 8) - #+(or allegro ccl ecl) (expt 10 7) - #-(or allegro ccl ecl sbcl) (expt 10 6)) + #+sbcl (expt 2 27) + #+ccl (expt 2 23) + #-(or sbcl ccl) (expt 2 20)) (defparameter *buffer-size* 32768) (defparameter *iterations* 100) (defparameter *implementation-result-file* "benchmark-tmp") -- cgit v1.2.3-70-g09d2