https://github.com/asplunds/benchmarker
Benchmarks different programming languages
https://github.com/asplunds/benchmarker
Last synced: 4 months ago
JSON representation
Benchmarks different programming languages
- Host: GitHub
- URL: https://github.com/asplunds/benchmarker
- Owner: asplunds
- Created: 2022-01-17T09:08:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T08:33:39.000Z (over 3 years ago)
- Last Synced: 2025-01-12T15:21:56.046Z (5 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Benchmarker
Runs a prime finding algorithm on 5 different languages to determine their performance.
## Installation
1. Run `$ git clone https://github.com/asplunds/benchmarker.git`
2. Download and install [Docker](https://docs.docker.com/get-docker/)## Usage
Run `$ docker-compose up`.
Wait for the program to build and then the output will appear in the `output` directory in the project root.## Contributing
Feel free to add languages, follow the exact same algorithm as the other languages and make sure to output the results correctly.
## Notes
This is not a comprehensive benchmark. This only tests the languages in a specific test. Do not use this to draw conclusions about the overall performance of any language.