File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This includes:
21
21
Add the following to your ` :dependencies ` :
22
22
23
23
``` clj
24
- [criterium " 0.4.2 " ]
24
+ [criterium " 0.4.3 " ]
25
25
```
26
26
27
27
### Maven
@@ -30,7 +30,7 @@ Add the following to your `:dependencies`:
30
30
<dependency >
31
31
<groupId >criterium</groupId >
32
32
<artifactId >criterium</artifactId >
33
- <version >0.4.2 </version >
33
+ <version >0.4.3 </version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ # 0.4.3
4
+
5
+ - Push overhead estimation into benchmark*
6
+
7
+ This restores the ability to simply use benchmark and quick-benchmark to
8
+ obtain raw benchmark results data. Closes #23
9
+
10
+ - Add option to suppress jvm option warnings
11
+
12
+ - Rename an incorrectly named test
13
+ Rename a test wrongly named with the same name as a previous one that
14
+ caused the former not to run.
15
+
3
16
# 0.4.2
4
17
5
18
- Add warning when running with TieredStopAtLevel
21
34
Will now warn if compilation occurs during execution count estimation.
22
35
23
36
- Compute and subtract the measurement overhead
24
- Estimate the measurement overhead on first run, and then subtract it from
37
+ Estimate the measurement overhead on first run, and then subtract it from
25
38
subsequent estimates.
26
39
27
40
An explicit overhead can be supplied with the : overhead keyword.
Original file line number Diff line number Diff line change 1
- (defproject criterium " 0.4.3-SNAPSHOT "
1
+ (defproject criterium " 0.4.3"
2
2
:description " Benchmarking library"
3
3
:url " https://github.com/hugoduncan/criterium"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments