jason plumb b7577bb31e Benchmark overhead: Accumulate and persist results (#3832) 3 anni fa
..
gradle 21f807553f rename directory (#3786) 3 anni fa
k6 21f807553f rename directory (#3786) 3 anni fa
results b7577bb31e Benchmark overhead: Accumulate and persist results (#3832) 3 anni fa
src b7577bb31e Benchmark overhead: Accumulate and persist results (#3832) 3 anni fa
.dockerignore 21f807553f rename directory (#3786) 3 anni fa
Dockerfile-petclinic-base 44b71b77e1 Overhead benchmarks: Perform a warmup phase. (#3815) 3 anni fa
README.md 21f807553f rename directory (#3786) 3 anni fa
build.gradle.kts 21f807553f rename directory (#3786) 3 anni fa
gradlew 21f807553f rename directory (#3786) 3 anni fa
settings.gradle.kts 21f807553f rename directory (#3786) 3 anni fa

README.md

Overhead tests

This is a work in progress.

This directory will contain tools and utilities that help us to measure the performance overhead introduced by the agent and to measure how this overhead changes over time.

Contents

tbd

Config

tbd

Setup and Usage

Once we have an established base image published for spring-petclinic-rest, this step can be avoided by most users. For now, there is just a spring petclinic base image.

$ docker build -f Dockerfile-petclinic-base .

Remaining usage TBD.