Skip to content

Commit cb7edf4

Browse files
kafka debugg
1 parent 8c236b8 commit cb7edf4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/benchmark.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ jobs:
3838
--n-runners 32
3939
--max-rounds 6
4040
--sleep-seconds 0.5
41-
# - id: scenario-medium-scale
42-
# display: Medium production scale
43-
# kind: scenario
44-
# store_workers: 16
45-
# runner:
46-
# - self-hosted
47-
# - 1ES.Pool=agl-runner-cpu
48-
# timeout: 45
49-
# args: >-
50-
# --mode batch
51-
# --total-tasks 10000
52-
# --batch-size 1000
53-
# --n-runners 100
54-
# --max-rounds 10
55-
# --sleep-seconds 0.1
41+
- id: scenario-medium-scale
42+
display: Medium production scale
43+
kind: scenario
44+
store_workers: 16
45+
runner:
46+
- self-hosted
47+
- 1ES.Pool=agl-runner-cpu
48+
timeout: 45
49+
args: >-
50+
--mode batch
51+
--total-tasks 10000
52+
--batch-size 1000
53+
--n-runners 100
54+
--max-rounds 10
55+
--sleep-seconds 0.1
5656
- id: scenario-midhigh-scale
5757
display: Mid-high production scale
5858
kind: scenario
@@ -300,7 +300,7 @@ jobs:
300300
depends_on: [kafka]
301301
# command: ["--config=/etc/otelcol/config.yml"]
302302
command:
303-
- "--config=/etc/otelcol/config.yaml"
303+
- "--config=/etc/otelcol/config.yml"
304304
- "--set=service.telemetry.logs.level=debug"
305305
volumes:
306306
- ./otelcol-kafka.yml:/etc/otelcol/config.yml:ro

0 commit comments

Comments
 (0)