mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19:17 +02:00
Tweaks
This commit is contained in:
parent
c550b15f3a
commit
4b7d5cb98a
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@
|
||||||
(let* ((j/s (jiffies-per-second))
|
(let* ((j/s (jiffies-per-second))
|
||||||
(t0 (current-second))
|
(t0 (current-second))
|
||||||
(j0 (current-jiffy)))
|
(j0 (current-jiffy)))
|
||||||
(async-exec-multi! 1 (lambda ()
|
(async-exec-multi! 2 (lambda ()
|
||||||
(run-r7rs-benchmark
|
(run-r7rs-benchmark
|
||||||
(string-append name ":" s1 ":" s2 ":" s3 )
|
(string-append name ":" s1 ":" s2 ":" s3 )
|
||||||
count
|
count
|
||||||
|
@ -244,5 +244,5 @@
|
||||||
(flush-output-port (current-output-port))
|
(flush-output-port (current-output-port))
|
||||||
(exit 1)))))
|
(exit 1)))))
|
||||||
(define (this-scheme-implementation-name)
|
(define (this-scheme-implementation-name)
|
||||||
(string-append "cyclone-" (Cyc-version)))
|
(string-append "cyclone-" #;(Cyc-version)))
|
||||||
(main)
|
(main)
|
||||||
|
|
Loading…
Add table
Reference in a new issue