vishnuchalla
vishnuchalla
### Description Adding nighthawk as a workload to the operator. Wrapper side of it for more context: https://github.com/cloud-bulldozer/benchmark-wrapper/pull/446 #### Sample CR Configuration: ``` apiVersion: ripsaw.cloudbulldozer.io/v1alpha1 kind: Benchmark metadata: name: nighthawk-benchmark...
### Description POC for adding nighthawk as a new workload. Workload Repo:https://github.com/envoyproxy/nighthawk Relevant Sheet: https://docs.google.com/spreadsheets/d/19__erchn4qRKS4khnOM4LZoxT8VTbSwoq6YOLzLrYhY/edit#gid=476339394 Workload Sample Execution and Output ``` root@ip-10-0-137-160:/# nighthawk_client --concurrency 8 --duration 60 --connections 80 --max-requests-per-connection...
## Type of change - [ ] Refactor - [ ] New feature - [ ] Bug fix - [ ] Optimization - [x] Documentation Update ## Description With recent...
**Is your feature request related to a problem? Please describe.** Based on our analysis [here](https://docs.google.com/document/d/1gJaS2i4a1d9FItuseqb6X4HvLVEzGKPxcHuurgZPy-Y/edit#heading=h.6ke30kd33a97), We have noticed that `jobConfig` is being published redundantly in every single ES doc that...
### Description POC to demonstrate the usage and benefits of executing bulk queries on postgres. Related JIRA: https://issues.redhat.com/browse/PROJQUAY-5680 Related GitHub Issue: https://github.com/quay/claircore/issues/995 Previously we used to have 1000 separate INSERT...
### Description We have changed one of the most time taking insert query into a bulk insert query and noticed positive difference in the DB performance. POC PR: https://github.com/quay/claircore/pull/996 ##...
These two attributes are required for below reasons. * **maxPerRow:** To limit on the max repeating panels in a row. * **repeatDirection:** To allow repeat direction either "h" or "v"...
### Feature Description As the performance and scale managed services team, we are trying to do some performance analysis on KCP. To see how it performs on single vs multiple...
## Type of change - [x] Refactor - [ ] New feature - [ ] Bug fix - [ ] Optimization - [ ] Documentation Update ## Description Removing Dev...
# Bug Description ## **Output of `kube-burner` version** kube-burner v1.10.5 ## **Describe the bug** When we specify an absolute path for the metrics endpoint in the config. We are seeing...