File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
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.5 " ]
24
+ [criterium " 0.4.6 " ]
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.5 </version >
33
+ <version >0.4.6 </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.6
4
+
5
+ - Pass correct gc-before-benchmark parameter value to run-benchmark
6
+
3
7
# 0.4.5
4
8
5
9
- Fix benchmark-round-robin
Original file line number Diff line number Diff line change 1
- (defproject criterium " 0.4.6-SNAPSHOT "
1
+ (defproject criterium " 0.4.6"
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