opentelemetry-java-instrume.../benchmark-overhead
jason plumb b7577bb31e
Benchmark overhead: Accumulate and persist results (#3832)
* persist summary and csv back into the results directory

* run nightly and don't trigger CI

* leverage autocloseable

* sort once.

* use stringbuilder

* factor out writeheader method

* add comments for clarity
2021-08-19 09:47:36 -07:00
..
gradle/wrapper rename directory (#3786) 2021-08-06 09:57:32 -07:00
k6 rename directory (#3786) 2021-08-06 09:57:32 -07:00
results Benchmark overhead: Accumulate and persist results (#3832) 2021-08-19 09:47:36 -07:00
src/test Benchmark overhead: Accumulate and persist results (#3832) 2021-08-19 09:47:36 -07:00
.dockerignore rename directory (#3786) 2021-08-06 09:57:32 -07:00
Dockerfile-petclinic-base Overhead benchmarks: Perform a warmup phase. (#3815) 2021-08-13 14:23:33 +03:00
README.md rename directory (#3786) 2021-08-06 09:57:32 -07:00
build.gradle.kts rename directory (#3786) 2021-08-06 09:57:32 -07:00
gradlew rename directory (#3786) 2021-08-06 09:57:32 -07:00
settings.gradle.kts rename directory (#3786) 2021-08-06 09:57:32 -07:00

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.