Changed the common benchmark wrapper to use the racket language and to
print return values.
This commit is contained in:
parent
11d8dac0bf
commit
2435f6fe06
|
@ -1,8 +1,8 @@
|
|||
|
||||
(module wrap mzscheme
|
||||
(provide (rename module-begin #%module-begin))
|
||||
(module wrap racket
|
||||
(provide (rename-out (module-begin #%module-begin)))
|
||||
(require (lib "include.ss"))
|
||||
(define-syntax (module-begin stx)
|
||||
(let ([name (syntax-property stx 'enclosing-module-name)])
|
||||
#`(#%plain-module-begin
|
||||
#`(#%module-begin
|
||||
(include #,(format "~a.sch" name))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user