Skip to content

clusterloader2: create_to_schedule etc are based on second-granularity measurements #3889

@justinsb

Description

@justinsb

What happened:

When I run tests, I see e.g. create_to_schedule has zero values:

    {
      "data": {
        "Perc50": 0,
        "Perc90": 0,
        "Perc99": 0
      },
      "unit": "ms",
      "labels": {
        "Metric": "create_to_schedule"
      }
    },

What you expected to happen:

Some measurements that we can work from.

How to reproduce it (as minimally and precisely as possible):

kind create cluster
go run ./cmd/clusterloader.go --nodes=1 --provider=kind --report-dir=artifacts/ --testconfig=testing/node-throughput/config.yaml --testoverrides=./testing/overrides/node_containerd.yaml --kubeconfig=${HOME}/.kube/config --v=2

Anything else we need to know?:

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions