Changelog

1.1.0 - 2024-02-28

import glychee/configuration
import glychee/benchmark

pub fn main() {
  // Configuration is optional
  configuration.initialize()
  configuration.set_pair(configuration.Warmup, 2)
  configuration.set_pair(configuration.Parallel, 2)

  // Run the benchmark
  benchmark.run(...)
}

As of now, all values are positive integers, and supported keys are:

1.0.2 - 2024-02-27

1.0.1 - 2024-02-27

1.0.0 - 2024-02-27

0.3.0 - 2023-06-14

0.2.7 - 2023-01-20

0.2.6 - 2023-01-01

0.2.5 - 2023-01-01

0.2.4 - 2023-01-01

0.2.3 - 2022-10-25

0.2.2 - 2022-10-25

[
  warmup: 4,
  time: 8,
  memory_time: 4,
  reduction_time: 4
]

v0.2.0 - 2022-10-21

Search Document