File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 1.5.1 (2026-06-06)
9+
10+ ### Bugfixes (User Facing)
11+ * Windows system stats now rely on power shell and not the outdated WMIC. Thanks [ @mipaaa ] ( https://github.com/mipaaa ) !
12+ * Compile time warnings found by newer elixir versions were fixed
13+
814## 1.5.0 (2025-10-21)
915Finally ` max_sample_size ` is here to alleviate a variety of woes resulting from gathering too many samples!
1016Also finally, Benchee lets you exclude outliers!
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Benchee.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/bencheeorg/benchee"
5- @ version "1.5.0 "
5+ @ version "1.5.1 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments