Skip to content

Commit 2bd02c1

Browse files
committed
Update async-profiler to v4.2.1
1 parent 1ee0e07 commit 2bd02c1

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

spark-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license {
1212

1313
dependencies {
1414
api project(':spark-api')
15-
implementation 'tools.profiler:async-profiler:4.2' // spark native version: 8f7e4e1 (v4.2)
15+
implementation 'tools.profiler:async-profiler:4.2' // spark native version: 7f60b4d (v4.2.1)
1616
implementation 'org.ow2.asm:asm:9.7'
1717
implementation 'net.bytebuddy:byte-buddy-agent:1.14.17'
1818
implementation 'com.google.protobuf:protobuf-javalite:4.31.1'
Binary file not shown.
Binary file not shown.
Binary file not shown.

spark-common/src/test/java/me/lucko/spark/common/sampler/SamplerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public void testSampler(SamplerType samplerType, @TempDir Path directory) {
6868
String libraryVersion = sampler.getLibraryVersion();
6969
if (samplerType == SamplerType.ASYNC) {
7070
assertNotNull(libraryVersion);
71+
System.out.println("Using async profiler version: " + libraryVersion);
7172
} else {
7273
assertNull(libraryVersion);
7374
}

0 commit comments

Comments
 (0)