Skip to content
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

add test case with 10 virtual nodes and 100 pods #128

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

anson627
Copy link
Contributor

@anson627 anson627 commented Aug 7, 2024

tested locally

bin/kperf -v 3 runner run --config examples/node10_job1_pod100.yaml
I0807 22:13:18.877276 1028202 schedule.go:96] "Setting" clients=10 connections=10 rate=10 total=1000 http2=true content-type="json"
{
  "total": 1000,
  "duration": "1m39.905950213s",
  "errorStats": {
    "unknownErrors": [],
    "netErrors": {},
    "responseCodes": {},
    "http2Errors": {}
  },
  "totalReceivedBytes": 192073956,
  "percentileLatencies": [
    [
      0,
      0.004267647
    ],
    [
      0.5,
      0.007090564
    ],
    [
      0.9,
      0.012725066
    ],
    [
      0.95,
      0.014876129
    ],
    [
      0.99,
      0.031382214
    ],
    [
      1,
      0.072091991
    ]
  ]
}

@fuweid fuweid merged commit 9263b36 into main Aug 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants