Skip to content

Commit

Permalink
Update dependency me.champeau.jmh:me.champeau.jmh.gradle.plugin to v0…
Browse files Browse the repository at this point in the history
….6.4 (#467)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 22, 2021
1 parent df9474c commit f4c5049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/agent-benchmark/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id("me.champeau.jmh") version "0.6.3"
id("me.champeau.jmh") version "0.6.4"
}

description 'A JMH benchmark to assert the overhead imposed by various types of BTrace instrumentation.'
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/runtime-benchmarks/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id("me.champeau.jmh") version "0.6.3"
id("me.champeau.jmh") version "0.6.4"
}

description 'A JMH benchmark to assert the overhead imposed by various types of BTrace instrumentation.'
Expand Down

0 comments on commit f4c5049

Please sign in to comment.