Performance benchmarks comparing code written in Flogram to other languages
- Clone this repository
git clone https://github.com/flogram/performance-benchmarks.git
- Move into the directory
cd performance-benchmarks
- Install all necessary dependencies
npm install
- Run all benchmarks by using this commmand:
npm run start
- If you move to the Samples folder, you will find subfolders. Every subfolder is a different benchmark. Heading inside, you should find a Flogram and C version of the program. There will also be a
results.txtcontaining performance numbers for both languages.