Skip to content

Commit

Permalink
Merge pull request #441 from btraceio/renovate/me.champeau.gradle.jmh…
Browse files Browse the repository at this point in the history
…-me.champeau.gradle.jmh.gradle.plugin-0.x
  • Loading branch information
jbachorik authored Feb 14, 2021
2 parents aab9fdb + 98c8be5 commit 08fd0d1
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.gradle.jmh") version "0.5.0-rc-2"
id("me.champeau.gradle.jmh") version "0.5.3"
}

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.gradle.jmh") version "0.5.0"
id("me.champeau.gradle.jmh") version "0.5.3"
}

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

0 comments on commit 08fd0d1

Please sign in to comment.