Skip to content

Commit

Permalink
benchmarks: wait for temp kernel to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj committed Jan 24, 2012
1 parent f1bd2ac commit 166bd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/bench.lisp
Expand Up @@ -122,7 +122,7 @@ results are riffled for comparison."
(defun call-with-temp-kernel (worker-count fn)
(let1 *kernel* (make-kernel worker-count)
(unwind-protect (funcall fn)
(end-kernel))))
(end-kernel :wait t))))

(defun run-suite (worker-count reset-fn &rest fns)
(when fns
Expand Down

0 comments on commit 166bd77

Please sign in to comment.