ecraven / r7rs-benchmarks

Benchmarks for various Scheme implementations. Taken with kind permission from the Larceny project, based on the Gabriel and Gambit benchmarks.
270 stars 32 forks source link

add startup time benchmark #33

Closed xificurC closed 3 years ago

xificurC commented 6 years ago

It would be nice to see the startup time of each scheme. Those that take very long to run can't be considered for writing unix-like one-shot tools like cat or grep. From my own trials some take extremely long to start.

ecraven commented 5 years ago

Time measured right now does not include startup time. I'll think about a way to actually usefully measure this.

ecraven commented 3 years ago

The benchmarks in general should be extended (memory usage, cpu usage, startup time, ...), I'll close this, but I'm working on a generic framework for running code on different Schemes, maybe I can measure more with that...