Skip to content

Releases: wickra-lib/wickra-benchmark

wickra-benchmark v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 07:47
Immutable release. Only release title and notes can be modified.
v0.1.1
e910dcf

wickra-benchmark v0.1.1 — a reproducible, golden-verified benchmark suite for quant backtests: a curated, hash-pinned collection of (strategy, dataset, expected report) cases that anyone recomputes and confirms byte-for-byte, in every language. Native Rust, Python, Node.js, WASM plus a C ABI hub for C, C++, C#, Go, Java, R.

Install

cargo install wickra-benchmark-cli
pip install wickra-benchmark
npm install wickra-benchmark
dotnet add package Wickra.Benchmark
go get github.com/wickra-lib/wickra-benchmark-go

Java (Maven Central):

<dependency>
  <groupId>org.wickra</groupId>
  <artifactId>wickra-benchmark</artifactId>
  <version>0.1.1</version>
</dependency>

R (r-universe):

install.packages("wickrabenchmark", repos = "https://wickra-lib.r-universe.dev")

Attached assets

Pre-built artefacts for every supported platform — the same files this
workflow run published to crates.io, PyPI, and npm — plus standalone
CLI binaries and the C ABI libraries. C# ships to NuGet, Java to Maven
Central, Go to the wickra-benchmark-go module, and R to r-universe via
their own release jobs.

Auto-generated changelog

See below; GitHub computes it from the commits since the previous tag.

What's Changed

  • release: bump 0.1.0 -> 0.1.1 by @kingchenc in #61
  • Find the SBOMs by name instead of by a hardcoded directory by @kingchenc in #62

Full Changelog: v0.1.0...v0.1.1