Skip to content

Commit 84b8d5b

Browse files
committed
1.5.1
1 parent d24f0e7 commit 84b8d5b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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)
915
Finally `max_sample_size` is here to alleviate a variety of woes resulting from gathering too many samples!
1016
Also finally, Benchee lets you exclude outliers!

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)