Skip to content

Releases: Azure/kperf

v0.0.3

01 Feb 02:51
53e7213

Choose a tag to compare

What's Changed

  • api: fix copy array issue by @fuweid in #86
  • request: should not log latency if request failed by @fuweid in #87

Full Changelog: v0.0.2...v0.0.3

v0.0.2

31 Jan 12:17
76906e0

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #19
  • cmd: add --clients and --content-type flags to runner command by @PugDeveloper in #23
  • *: add TotalReceivedBytes metric and --result flag to runner command by @manasachi in #21
  • cmd/runner: fix --result permission issue by @fuweid in #24
  • *: types refactor by @manasachi in #40
  • manifests/virtualcluster/nodes: support long running pods by @fuweid in #43
  • Makefile: fix typo when static build by @fuweid in #42
  • runner subcmd: support -v flag for run by @PugDeveloper in #45
  • Added raw-data flag, added indent formatting to .json output by @manasachi in #47
  • *: add json tag to RunnerMetricReport by @fuweid in #48
  • cmd: move klog init into root by @fuweid in #49
  • runner: should read from --raw-data instead of --result by @fuweid in #50
  • *: init multirunners server command by @fuweid in #41
  • scripts: support retry in run_runner.sh by @fuweid in #51
  • *: Introduce OwnerReference to RunnerGroup by @fuweid in #52
  • *: init mrunners' run sub-command by @fuweid in #55
  • *: rename mrunners into runnergroup by @fuweid in #56
  • *: init runnergroup's delete subcommand by @fuweid in #57
  • manifests: use rg topic instead of mrunners by @fuweid in #58
  • *: init runner groups' result subcommand by @fuweid in #59
  • *: rg-result subcmd supports --wait flag by @fuweid in #60
  • *: init vc-nodepool delete subcommand by @fuweid in #61
  • runnergroup: fix typo for server subcmd by @fuweid in #62
  • *: init runnergroup's status subcommand by @fuweid in #63
  • *: use float64 for rate by @fuweid in #66
  • *: refactor request pkg by @fuweid in #68
  • request: should not use cached transport by @fuweid in #69
  • request: move cache checker into ut by @fuweid in #70
  • *: add --runner-sa flag to rg server subcmd by @fuweid in #71
  • *: introduce ResponseErrorStats type by @fuweid in #72
  • *: support YAML values applier by @PugDeveloper in #67
  • *: support --affinity for vc nodepool add operation by @fuweid in #75
  • *: add --affinity flag to rg run by @fuweid in #76
  • *: introduce --runner-flowcontrol to rg run by @fuweid in #77
  • cmd: introduce default kubeconfig path by @fuweid in #78
  • cmd: add README.md for rg subcommand by @fuweid in #79
  • Adding vc nodepool list command by @manasachi in #73
  • *: add MaxRetries to loadprofile spec by @fuweid in #80
  • *: use two releases to deploy virtual nodes by @fuweid in #64
  • *: add --max-pods to vc nodepool add command by @fuweid in #65
  • cmd: use tabwriter for nodepool list by @fuweid in #81
  • virtualcluster: add README.md for nodepool command by @fuweid in #82
  • runner: add doc about runner run by @fuweid in #83
  • api: fix ResponseErrorStats merge issue by @fuweid in #84
  • api: prealloc for NetErrors by @fuweid in #85

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

03 Jan 23:09
d687ba0

Choose a tag to compare

Merge pull request #20 from Azure/dependabot/go_modules/github.com/co…