https://github.com/composewell/bench-report
https://github.com/composewell/bench-report
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/composewell/bench-report
- Owner: composewell
- Created: 2022-03-15T09:32:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-03T07:57:57.000Z (3 months ago)
- Last Synced: 2026-04-03T14:18:03.038Z (3 months ago)
- Language: Haskell
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark running tool
Provides the following functionality:
* Multiple benchmark executables can be grouped into a named group and the
whole group can be run using a single command.
* Individual benchmarks can be invoked with different RTS options to limit
memory.
* We can run a certain category of benchmarks e.g. o-1-space benchmarks to test
streaming nature of operations.
* We can compare benchmark results from a baseline.
* Allows using git-cabal for branch specific builds
# Test running tool
Provides the following functionality:
* Multiple test executables can be grouped into a named group and the
whole group can be run using a single command.
* Individual tests can be invoked with different RTS options to limit
memory.
* Coverage data can be combined for different tests.
* Allows using git-cabal for branch specific builds