File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ 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- ## 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:
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.4 .0"
5+ @ version "1.5 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments