Skip to content

Releases: QuantumSavory/julia-precompile-benchmark

Julia precompile benchmark v3.0.0

Choose a tag to compare

@Krastanov Krastanov released this 18 Aug 19:11
a8afb46

v3 centralizes dependency isolation, measurement scheduling, scenario execution, result validation, and summarization. Consumer packages now provide only their ordered workload registry. This release also includes a deterministic local tool bundle and its SHA-256 checksum.

v2.0.0

Choose a tag to compare

@Krastanov Krastanov released this 18 Aug 13:00
50305a3

Changes

  • standardize repetition controls as PRECOMPILE_BENCHMARK_BUILDS and PRECOMPILE_BENCHMARK_SAMPLES
  • remove the environment-prefix input
  • remove scenario and extra-scenario inputs; package harnesses now own an ordered PRECOMPILE_BENCHMARKS registry

This is a breaking action interface release. Existing v1 users are unchanged.

v1.0.1

Choose a tag to compare

@Krastanov Krastanov released this 18 Aug 04:46
2069d9a

Ensure an empty extra-scenarios input clears any ambient package-specific setting.

v1.0.0

Choose a tag to compare

@Krastanov Krastanov released this 18 Aug 04:42
5e68192

Initial release of the reusable Julia precompile benchmark action.

  • compares the exact pull request base and head
  • configures Julia and package-specific benchmark controls
  • publishes the Markdown summary and raw result artifact