diff --git a/target/benchmark-jibber-0.0.1-SNAPSHOT.jar b/target/benchmark-jibber-0.0.1-SNAPSHOT.jar new file mode 100644 index 0000000..aeb4733 Binary files /dev/null and b/target/benchmark-jibber-0.0.1-SNAPSHOT.jar differ diff --git a/target/benchmark-jibber-0.0.1-SNAPSHOT.jar.original b/target/benchmark-jibber-0.0.1-SNAPSHOT.jar.original new file mode 100644 index 0000000..47e7c69 Binary files /dev/null and b/target/benchmark-jibber-0.0.1-SNAPSHOT.jar.original differ diff --git a/target/classes/application.properties b/target/classes/application.properties new file mode 100644 index 0000000..2ea5b1d --- /dev/null +++ b/target/classes/application.properties @@ -0,0 +1 @@ +management.endpoints.web.exposure.include=metrics,health,info,prometheus \ No newline at end of file diff --git a/target/classes/com/example/benchmarks/jibber/DemoApplication.class b/target/classes/com/example/benchmarks/jibber/DemoApplication.class new file mode 100644 index 0000000..38b11fd Binary files /dev/null and b/target/classes/com/example/benchmarks/jibber/DemoApplication.class differ diff --git a/target/classes/com/example/benchmarks/jibber/Jabberwocky.class b/target/classes/com/example/benchmarks/jibber/Jabberwocky.class new file mode 100644 index 0000000..f59e04a Binary files /dev/null and b/target/classes/com/example/benchmarks/jibber/Jabberwocky.class differ diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..6368668 --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=benchmark-jibber +groupId=com.example +version=0.0.1-SNAPSHOT diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..8a9c6ec --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,2 @@ +com\example\benchmarks\jibber\DemoApplication.class +com\example\benchmarks\jibber\Jabberwocky.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..a21abd5 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +F:\vue\fakeApiTool\graalvm-demos\spring-native-image\src\main\java\com\example\benchmarks\jibber\Jabberwocky.java +F:\vue\fakeApiTool\graalvm-demos\spring-native-image\src\main\java\com\example\benchmarks\jibber\DemoApplication.java