Preview v0.3.3
Crucible Harness
Experimental research framework for running AI benchmarks at scale. Provides orchestration, streaming processing with Flow/GenStage, and statistical analysis.
Stats & Info
- Latest release: v0.3.3
- Recent downloads: 186
- All-time downloads: 236
- Maintainers: nshkrdotcom
Installation
Add crucible_harness to your list of dependencies in mix.exs:
def deps do
[
{:crucible_harness, "~> 0.3.3"}
]
endThen run:
mix deps.get