Skip to content

Commit a5db183

Browse files
Update plugin me.champeau.jmh to v0.6.6 (btraceio#500)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 1836572 commit a5db183

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/agent-benchmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id("me.champeau.jmh") version "0.6.5"
3+
id("me.champeau.jmh") version "0.6.6"
44
}
55

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

benchmarks/runtime-benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id("me.champeau.jmh") version "0.6.5"
3+
id("me.champeau.jmh") version "0.6.6"
44
}
55

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

0 commit comments

Comments
 (0)