Skip to content

Commit 2c61e07

Browse files
committed
Merge branch 'release/0.4.6' into develop
2 parents 67a5eab + cf1c70f commit 2c61e07

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This includes:
2121
Add the following to your `:dependencies`:
2222

2323
```clj
24-
[criterium "0.4.5"]
24+
[criterium "0.4.6"]
2525
```
2626

2727
### Maven
@@ -30,7 +30,7 @@ Add the following to your `:dependencies`:
3030
<dependency>
3131
<groupId>criterium</groupId>
3232
<artifactId>criterium</artifactId>
33-
<version>0.4.5</version>
33+
<version>0.4.6</version>
3434
</dependency>
3535
```
3636

ReleaseNotes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
# 0.4.6
4+
5+
- Pass correct gc-before-benchmark parameter value to run-benchmark
6+
37
# 0.4.5
48

59
- Fix benchmark-round-robin

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject criterium "0.4.6-SNAPSHOT"
1+
(defproject criterium "0.4.6"
22
:description "Benchmarking library"
33
:url "https://github.com/hugoduncan/criterium"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)