This commit is contained in:
Justin Ethier 2017-06-17 01:50:30 -04:00
parent c550b15f3a
commit 4b7d5cb98a

View file

@ -142,7 +142,7 @@
(let* ((j/s (jiffies-per-second))
(t0 (current-second))
(j0 (current-jiffy)))
(async-exec-multi! 1 (lambda ()
(async-exec-multi! 2 (lambda ()
(run-r7rs-benchmark
(string-append name ":" s1 ":" s2 ":" s3 )
count
@ -244,5 +244,5 @@
(flush-output-port (current-output-port))
(exit 1)))))
(define (this-scheme-implementation-name)
(string-append "cyclone-" (Cyc-version)))
(string-append "cyclone-" #;(Cyc-version)))
(main)