Skip to content

Releases: projectcalico/tiger-bench

v0.4.0

17 Jun 15:30
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.