Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

80 lines (57 loc) · 3.06 KB

Changelog crates.io

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Removed

  • black_box inside benchmark loop when deferring Drop of outputs. This is now done after the loop.

Changed

  • Now calling black_box at the end of the benchmark loop when deferring use of inputs or Drop of outputs.

0.1.2 - 2023-10-28

Fixed

  • Multi-threaded benchmarks being spread across CPUs, instead of pinning the main thread to CPU 0 and having all threads inherit the main thread's affinity.

0.1.1 - 2023-10-25

Fixed

  • Fix using LLD as linker for Linux by using the same pre-main approach as Windows.

0.1.0 - 2023-10-04

Initial release. See blog post.