Skip to content

Commit fd138da

Browse files
committed
add diagram
1 parent c9165f9 commit fd138da

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ testbin/*
1111
# Test binary, build with `go test -c`
1212
*.test
1313

14-
# Output of the go coverage tool, specifically when used with LiteIDE
15-
*.out
1614

1715
# Kubernetes Generated files - skip generated files, except for vendored files
1816

.idea/workspace.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

load-test/kmm-heap-2000-manifest.out

250 KB
Binary file not shown.

load-test/kmm-heap-empty.out

92.3 KB
Binary file not shown.

load-test/load_generator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {check, sleep, fail} from 'k6';
33
import http from 'k6/http';
44
import exec from 'k6/x/exec';
55

6-
const VU = 1;
7-
const ITERATION = 10;
6+
const VU = 5;
7+
const ITERATION = 20;
88

99
export const options = {
1010
scenarios: {

0 commit comments

Comments
 (0)