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

Tags

MIT Hex.pm

Installation

Add crucible_harness to your list of dependencies in mix.exs:

def deps do
  [
    {:crucible_harness, "~> 0.3.3"}
  ]
end

Then run:

mix deps.get

Resources