are-we-fast-yet
are-we-fast-yet copied to clipboard
Add GraalSqueak (WIP)
This PR adds GraalSqueak via GraalVM CE 1.0.0 RC16.
WIP, do not merge...
I merged #46, so, this one might need extra changes now?
Yes, that's right...will update this soon.
No need to hurry on my behalf 😄 I am not likely to get time to look at things in the next week.
Hmmm. I suspect, this would need a new attempt.
I recently changed things so that there is no implementations
folder anymore and everything is directly done in the language folder. In case of Squeak and Pharo, the build.sh
does the major bits.
I also changed the CI setup to use asdf
, since it seems like a good solution to also manage the language implementations on the benchmark servers.
So, if there's the interest, I'd suggest to check here:
- https://github.com/smarr/are-we-fast-yet/blob/master/.github/workflows/ci.yml#L60-L66
- https://github.com/smarr/are-we-fast-yet/blob/master/benchmarks/Smalltalk/build.sh#L9-L24
Thanks!