Skip to content

Commit

Permalink
time is essential!
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Apr 13, 2024
1 parent 3310c87 commit 40cf862
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/gerbil/core/runtime.ss
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,14 @@ package: gerbil/core
(extern namespace: #f
;; source: gambit.sld
;; procedures and globals provided by Gambit

;; globals
default-random-source

;; macros
time

;; procedures
->char-set
abandoned-mutex-exception?
abort
Expand Down
4 changes: 1 addition & 3 deletions src/std/text/json/json-benchmark.ss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
./api)
(export main)

(extern namespace: #f time)

(def (main method file)
((def (main method file)
(parameterize ((json-symbolic-keys #t))
(case method
(("port") (benchmark-port file))
Expand Down

0 comments on commit 40cf862

Please sign in to comment.