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

Implementation names in top-9 graph #37

Closed svenha closed 5 years ago

svenha commented 5 years ago

The implementation names in the first two graphs of https://ecraven.github.io/r7rs-benchmarks/ seem to be consistent, except for the strange combined entry "gambit/gerbil" in the top-9 graph. Can this be split?

ecraven commented 5 years ago

The implementation names in the first two graphs of https://ecraven.github.io/r7rs-benchmarks/ seem to be consistent, except for the strange combined entry "gambit/gerbil" in the top-9 graph. Can this be split?

After much discussion, this was merged on purpose, as gerbil is built on top of gambit, and has much the same performance. If it were counted as two separate implementations, this would create an unfair situation for others and these two. If they ever drift apart enough in performance, I'll revisit this decision ;)

svenha commented 5 years ago

Thanks for explaining. Let's see how Gerbil evolves.