Skip to content

Releases: projectcalico/tiger-bench

v0.6.0

12 Jan 10:42

Choose a tag to compare

What's Changed

  • Disable servicelinks in all pods by @lwr20 in #33

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Dec 16:48
cf793ea

Choose a tag to compare

What's Changed

  • Patch qperf and build from source by @lwr20 in #20
  • Ensure that TestPort is defaulted in Perf tests by @lwr20 in #19
  • Parameterise registry details in CI, and add retries to aws authenticator install by @lwr20 in #23
  • Add e2e test by @lwr20 in #24
  • Add optional 'idle policy' to standing config by @lwr20 in #25
  • label each pod with at least as many labels as policies by @tomastigera in #26
  • Modified CI to run tests on pull requests with label by @lwr20 in #27
  • Add ref input to checkout step in Build of images by @lwr20 in #28
  • Use Command and Args properly by @lwr20 in #29
  • Test built images in e2e by @lwr20 in #31

Full Changelog: v0.4.0...v0.5.0

v0.4.0

17 Jun 15:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/projectcalico/tiger-bench/commits/v0.4.0

v0.3.0

16 May 10:44

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/projectcalico/tiger-bench/commits/v0.3.0

v0.2.1

14 May 13:26

Choose a tag to compare

What's Changed

  • Don't swallow errors without logging them by @lwr20 in #12

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Apr 10:32

Choose a tag to compare

What's Changed

  • Add support for EKS clusters by @lwr20 in #2
  • Update versions by @lwr20 in #4
  • Add aws cli v2 to container to enable it to work with EKS clusters by @lwr20 in #7
  • Add external-service-pod tests by @lwr20 in #1

Full Changelog: v0.1.3...v0.2.0

v0.1.3

28 Mar 17:06

Choose a tag to compare

What's Changed

  • Add aws cli v2 to container to enable it to work with EKS clusters by @lwr20 in #6

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Mar 17:31

Choose a tag to compare

  • Pass back the actual error in the event that getting clusterinformation fails
  • Add support for EKS clusters
  • Fix bug with counting of policies
  • Update versions

See README.md for updated instructions.

v0.1.0

14 Feb 15:16

Choose a tag to compare

First release!

tiger-bench has the following features:

  • can update your calico installation to change dataplane or encapsulation
  • can update your calico installation to add a CPU limit to calico-node
  • can create "standing config" in a namespace to load up the cluster. Pods/services/networkpolicies
    • this is done in parallel on 10 threads for speed.
  • can run a test repeatedly to measure latency and throughput
    • this test is done for pod-pod (direct) and pod-service-pod
    • and write a json file containing a statistical summary of the results
  • can clean up the namespace after the test is done

See README.md for instructions.