Skip to content

Commit

Permalink
Update dependency me.champeau.gradle.jmh:me.champeau.gradle.jmh.gradl…
Browse files Browse the repository at this point in the history
…e.plugin to v0.5.2
  • Loading branch information
renovate-bot committed Feb 2, 2021
1 parent 2620f29 commit e23de9d
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.2"
}

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.2"
}

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

0 comments on commit e23de9d

Please sign in to comment.