mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 00:30:21 +02:00
Add GC benchmarks.
This commit is contained in:
parent
074f69cdf2
commit
c38a561f73
5 changed files with 402 additions and 0 deletions
9
gc-benchmarks/guile-test.scm
Normal file
9
gc-benchmarks/guile-test.scm
Normal file
|
@ -0,0 +1,9 @@
|
|||
(set! %load-path (cons (string-append (getenv "HOME") "/src/guile")
|
||||
%load-path))
|
||||
|
||||
(load "../test-suite/guile-test")
|
||||
|
||||
(main `("guile-test"
|
||||
"--test-suite" ,(string-append (getenv "HOME")
|
||||
"/src/guile/test-suite/tests")
|
||||
"--log-file" ",,test-suite.log"))
|
Loading…
Add table
Add a link
Reference in a new issue