Skip to content
Snippets Groups Projects
user avatar
Nico Eckes authored
Before were ~43:10h, now ~14:10h
9e5f32dd
History

3-graalvm

Part of bachelor thesis @ TH Bingen

This pipeline compiles the source code with the GraalVM AOT compiler and puts the binary into a distroless image.

The exemplary source code is a variant of kotlin-benchmarks adapted to run with kotlinx-benchmark.

Requirements

Usage

Building image

./gradlew assembleBenchmarks
./gradlew createImage # will create tagged image 'pipeline-3-graalvm'

Running benchmarks

./gradlew benchmark