Skip to content

Commit 95c4808

Browse files
committed
prep 1.5.0 release
1 parent 0edd4ca commit 95c4808

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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-
## Unreleased
8+
## 1.5.0 (2025-10-21)
9+
Finally `max_sample_size` is here to alleviate a variety of woes resulting from gathering too many samples!
10+
Also finally, Benchee lets you exclude outliers!
911

1012
## Features (User Facing)
1113
* Introduce `max_sample_size` which guides how many samples will be gathered at most for a given scenario.
@@ -19,7 +21,7 @@ Shout out to [@NickNeck](https://github.com/NickNeck) who implemented this long
1921

2022
### Bugfixes (User Facing)
2123
* fixed a bug where if times were supplied as `0` instead of `0.0` we'd sometimes gather a single measurement
22-
* elixir `1.19` compilation warnings have been removed
24+
* elixir `1.19` compilation warnings have been fixed
2325

2426
### Features (Plugins)
2527
* The `%Benchee.Statistics{}` struct now comes with values to accompany the outlier exclusion feature:

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.4.0"
5+
@version "1.5.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)