2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.2.0] Custom Gauge Adapters - 2023-08-06
6
+
5
7
The main feature of this release is the new support for custom
6
8
gauge adapters. This allows the use of a Python file from the
7
9
ReBench config, which can parse arbitrary output from a benchmark, see #209 .
@@ -13,12 +15,19 @@ version 1.1.0, which was the last version with Python 2 support.
13
15
14
16
Other new features:
15
17
- add command-line option ` -D ` to disable the use of denoise (#217 )
18
+ - include CSV headers into .data files (#220 , #227 )
19
+ - abort all benchmarks for which the exector is missing (#224 )
20
+ - make the current invocation accessible in the command as ` %(invocation)s ` (#230 )
16
21
17
22
Other changes:
23
+ - fix bug where ` 'None' ` instead of ` null ` was reported to ReBenchDB (#232 )
18
24
- fix handling of environment variables when sudo is used (#210 )
19
25
- try ` gtime ` from MacPorts as alternative ` time ` command on macOS (#212 )
20
26
- update py-cpuinfo to work on macOS with ARM-base CPUs (#212 )
21
27
- make error more readable when executor is not available (#213 )
28
+ - add testing on macOS on Github Actions (#226 )
29
+
30
+ Thanks to @naomiGrew for the contributions!
22
31
23
32
## [ 1.1.0] Denoise - 2023-02-21
24
33
@@ -210,7 +219,8 @@ Thank you!
210
219
- [ 0.6.0] - 2014-05-19
211
220
- [ 0.5.0] - 2014-03-25
212
221
213
- [ Unreleased ] : https://github.com/smarr/ReBench/compare/v1.1.0...HEAD
222
+ [ Unreleased ] : https://github.com/smarr/ReBench/compare/v1.2.0...HEAD
223
+ [ 1.2.0 ] : https://github.com/smarr/ReBench/compare/v1.1.0...v1.2.0
214
224
[ 1.1.0 ] : https://github.com/smarr/ReBench/compare/v1.0.1...v1.1.0
215
225
[ 1.0.1 ] : https://github.com/smarr/ReBench/compare/v1.0.0...v1.0.1
216
226
[ 1.0.0 ] : https://github.com/smarr/ReBench/compare/v1.0rc2...v1.0.0
0 commit comments