File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- (uiop :define-package # :sento/ bench
1
+ (uiop :define-package # :sento. bench
2
2
(:use # :cl)
3
3
(:import-from # :org.shirakumo.trivial-benchmark
4
4
# :*default-samplers*
11
11
# :with-gensyms)
12
12
(:import-from # :sento.queue
13
13
# :queue-full-error))
14
- (in-package # :sento/ bench)
14
+ (in-package # :sento. bench)
15
15
16
16
17
17
(defun actor-queue-size (a)
22
22
23
23
24
24
(defun total-queues-size (system)
25
- (+ (loop for actor in (sento.actor-system ::%all-actors system :user )
26
- summing (actor-queue-size actor))
27
- (loop for actor in (sento.actor-system ::%all-actors system :internal )
28
- summing (actor-queue-size actor))))
25
+ (+ (loop : for actor : in (sento.actor-system ::%all-actors system :user )
26
+ : summing (actor-queue-size actor))
27
+ (loop : for actor : in (sento.actor-system ::%all-actors system :internal )
28
+ : summing (actor-queue-size actor))))
29
29
30
30
31
31
(defvar-unbound *num-processed-messages*
You can’t perform that action at this time.
0 commit comments