Skip to content

Commit e61cb36

Browse files
bm1549claude
andcommitted
Remove name references from benchmark files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43237b3 commit e61cb36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/memory/petclinic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Measures tracer throughput overhead across decreasing heap sizes using spring-petclinic and JMeter.
44

5-
Based on Doug's methodology: run petclinic with `GET /owners/3` (DB-backed endpoint) at heap sizes from 256m down to 64m, comparing no-agent baseline vs candidate agent.
5+
Runs petclinic with `GET /owners/3` (DB-backed endpoint) at heap sizes from 256m down to 64m, comparing no-agent baseline vs candidate agent.
66

77
## Quick start
88

benchmark/memory/petclinic/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ensure_agent() {
170170

171171
# --- JMeter JMX generation ---
172172
# Generate a minimal JMX inline so we don't depend on an external file.
173-
# Mirrors Doug's http-headless-with-db.jmx: N threads, infinite loop, GET /<endpoint>
173+
# N threads, infinite loop, GET /<endpoint>
174174
generate_jmx() {
175175
local jmx_file="$1"
176176
cat > "${jmx_file}" <<JMXEOF

0 commit comments

Comments
 (0)