8000 draft: Parallelize petclinic & insecure-bank benchmarks by ddyurchenko · Pull Request #8982 · DataDog/dd-trace-java · GitHub
[go: up one dir, main page]

Skip to content

draft: Parallelize petclinic & insecure-bank benchmarks #8982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 55 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
b186201
fix: Add CPU affinity to load benchmarks
ddyurchenko Jun 11, 2025
67461a2
wip: Force trigger Gitlab CI
ddyurchenko Jun 11, 2025
7ab71e3
wip: Generalize affinities, export k6 results, change executor
ddyurchenko Jun 12, 2025
f9a4ed7
wip: Save backup of logs
ddyurchenko Jun 12, 2025
66d7f08
wip: Reduce execution time
ddyurchenko Jun 12, 2025
70ac693
wip: Tweak duration, add warmup stage, backup logs
ddyurchenko Jun 12, 2025
d356834
fix: backup-reports location
ddyurchenko Jun 12, 2025
2a5c28f
fix: Fix k6 config
ddyurchenko Jun 12, 2025
587a5c0
fix: Fix k6 scenario names
ddyurchenko Jun 12, 2025
2f16d6a
fix: Fix k6 scenario names
ddyurchenko Jun 12, 2025
0000681
fix: Change k6 names format
ddyurchenko Jun 13, 2025
4f1eb86
fix: Increase warmup time
ddyurchenko Jun 13, 2025
6cf3cba
fix: Reduce gracefulStop
ddyurchenko Jun 13, 2025
037f753
fix: Shift start time
ddyurchenko Jun 13, 2025
25f42de
fix: Fix local runs, reduce warmup duration
ddyurchenko Jun 13, 2025
57d0b88
fix: Change debug logs location
ddyurchenko Jun 13, 2025
8efc07e
tweak: CPU affinities to make sure bottleneck is on k6 side
ddyurchenko Jun 16, 2025
6f0e4ea
tweak: Output Java version
ddyurchenko Jun 16, 2025
b7d0061
test: Use constant-arrival-rate executor
ddyurchenko Jun 16, 2025
0fd2e6a
tweak: Increase warmup time for petclinic
ddyurchenko Jun 16, 2025
f0c5b9a
fix: Fix mistake in startTime
ddyurchenko Jun 16, 2025
b5bf161
tweak: Reduce RPS to compensate for loss on profiling petclinic variant
ddyurchenko Jun 16, 2025
b1e84e7
tweak: Parallelize load tests
ddyurchenko Jun 13, 2025
ec4fd54
tweak: Parallelize insecure-bank, tweak logs storage
ddyurchenko Jun 13, 2025
7ff761e
fix: Fix run script location
ddyurchenko Jun 13, 2025
807da48
tweak: Increase iterations count
ddyurchenko Jun 13, 2025
5dd26c1
fix: Fix paths
ddyurchenko Jun 17, 2025
332b8c6
wip: Remove sirun, add verbosity
ddyurchenko Jun 17, 2025
c79b0d9
wip: Fix bash error
ddyurchenko Jun 17, 2025
a5e489f
wip: Fix bash error
ddyurchenko Jun 17, 2025
7badabe
wip: Fix bash error
ddyurchenko Jun 17, 2025
adc00f7
wip: Fix bash error
ddyurchenko Jun 17, 2025
e03a226
wip: Fix bash error
ddyurchenko Jun 17, 2025
5a045c5
wip: Fix bash error
ddyurchenko Jun 17, 2025
87a79bd
wip: Add more log lines
ddyurchenko Jun 17, 2025
ca7dfb6
wip: Add more log lines
ddyurchenko Jun 17, 2025
782a347
wip: Fix REPORTS_DIR
ddyurchenko Jun 17, 2025
52dab5e
wip: Fix k6.js
ddyurchenko Jun 17, 2025
a8c774e
wip: Fix env vars
ddyurchenko Jun 17, 2025
f59664b
wip: Fix k6.js
ddyurchenko Jun 17, 2025
ef92ce5
wip: Fix k6.js & cleanup
ddyurchenko Jun 17, 2025
868a649
wip: Reduce verbosity for load apps
ddyurchenko Jun 17, 2025
5369d97
wip: Disable unbound var check
ddyurchenko Jun 17, 2025
8c265d5
wip: Fix pid collection
ddyurchenko Jun 17, 2025
5d6204c
wip: Fix pid collection
ddyurchenko Jun 17, 2025
a764311
Revert "wip: Fix env vars"
ddyurchenko Jun 17, 2025
41e36a2
wip: Separate LOGS_DIR
ddyurchenko Jun 17, 2025
cd0874a
wip: Reduce verbosity
ddyurchenko Jun 17, 2025
6787311
tweak: k6 config, multiple repetitions
ddyurchenko Jun 17, 2025
9a730f7
tweak: multiple repetitions
ddyurchenko Jun 17, 2025
c31f6ae
tweak: Update BP branch, multiple repetitions
ddyurchenko Jun 17, 2025
67def54
tweak: Tweak RPS for petclinic
ddyurchenko Jun 17, 2025
ee1a7bf
tweak: wait for health check
ddyurchenko Jun 17, 2025
ba7206f
tweak: Tweak RPS
ddyurchenko Jun 17, 2025
407b1a2
tweak: Increase warmup time
ddyurchenko Jun 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Fix k6 scenario names
  • Loading branch information
ddyurchenko committed Jun 16, 2025
commit 587a5c01a6ac5b04f72a6b8045ca93424cd010f0
4 changes: 2 additions & 2 deletions benchmark/load/insecure-bank/k6.js
E116
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const baseUrl = 'http://localhost:8080';
export const options = {
discardResponseBodies: true,
scenarios: {
warmup: {
[`warmup--load:insecure-bank:${__ENV.VARIANT}`]: {
executor: 'constant-vus', // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
vus: 5,
duration: '15s',
},
high_load: {
[`high_load--load:insecure-bank:${__ENV.VARIANT}`]: {
executor: 'constant-vus',
vus: 5,
duration: '20s',
Expand Down
4 changes: 2 additions & 2 deletions benchmark/load/petclinic/k6.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const baseUrl = 'http://localhost:8080';
export const options = {
discardResponseBodies: true,
scenarios: {
warmup: {
[`warmup--load:petclinic:${__ENV.VARIANT}`]: {
executor: 'constant-vus', // https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/#all-executors
vus: 5,
duration: '15s',
},
high_load: {
[`high_load--load:petclinic:${__ENV.VARIANT}`]: {
executor: 'constant-vus',
vus: 5,
duration: '20s',
Expand Down
0