mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 16:20:17 +02:00
Add GC benchmarks.
This commit is contained in:
parent
074f69cdf2
commit
c38a561f73
5 changed files with 402 additions and 0 deletions
4
gc-benchmarks/loop.scm
Normal file
4
gc-benchmarks/loop.scm
Normal file
|
@ -0,0 +1,4 @@
|
|||
(let loop ((i 10000000))
|
||||
(and (> i 0)
|
||||
(loop (1- i))))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue