Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nim-lang/ci_bench
A simple performance dashboard for the Nim language
https://github.com/nim-lang/ci_bench
benchmarking nim nim-lang performance
Last synced: 8 days ago
JSON representation
A simple performance dashboard for the Nim language
- Host: GitHub
- URL: https://github.com/nim-lang/ci_bench
- Owner: nim-lang
- License: gpl-3.0
- Created: 2016-02-29T22:01:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T21:27:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T11:31:11.059Z (about 2 months ago)
- Topics: benchmarking, nim, nim-lang, performance
- Language: Nim
- Size: 37.1 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
## minimize
A simple performance dashboard for the Nim language### Usage
* Run ./bench_nim.sh using a cronjob - it will run the benchmarks only when a new commit has been done
* Add a script named "deploy" to deploy bench.html
* Configure run_benchmarks.nim if needed### Contributing
New benchmarks are welcome. See the existing ones as examples.Please measure only specific language feature or submodules.
Benchmarks should run for few seconds only.