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

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.