Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenvc/arewefastyet
https://github.com/svenvc/arewefastyet
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/svenvc/arewefastyet
- Owner: svenvc
- Created: 2023-10-05T13:21:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T13:52:39.000Z (over 1 year ago)
- Last Synced: 2024-11-11T08:40:47.502Z (2 months ago)
- Language: Smalltalk
- Size: 215 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AreWeFastYet
This is a port of Stefan Marr's Are We Fast Yet? 's benchmarking suite.
These benchmarks were originally written in SOM, a minimal Smalltalk dialect, and loaded into Pharo using the original tools.
Loading
- only the package Scripting and AWFY-Benchmarks are necessary to run the benchmarks themselves
- the packages SomLoader-Compiler and SomLoader-Tests are optional and are needed for transcompilationUsage
AreWeFastYet run.
References- https://github.com/smarr/are-we-fast-yet/tree/master
- http://som-st.github.io
- https://stefan-marr.de/papers/dls-marr-et-al-cross-language-compiler-benchmarking-are-we-fast-yet/
- https://rebench.stefan-marr.de