benchmark-wrapper
benchmark-wrapper copied to clipboard
Python Library to run benchmarks
### Description There were no errors when running `tool=archive` and there was no connection to ES. ### Fixes - Log ES errors and exit with a non-zero code when `tool=archive`...
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.3.0 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.3.0...v1.3.1) - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4) - [github.com/PyCQA/pylint: v2.14.5 → v2.15.3](https://github.com/PyCQA/pylint/compare/v2.14.5...v2.15.3) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.981](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v0.981) - [github.com/asottile/pyupgrade: v2.37.3 →...
Currently, trigger_scale.py hard-codes the machineset labels used for the scale task. As a tester, I need to be able to target certain machinesets for certain workload tests, and would like...
### 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...
### Description This PR adds the ability for PGBench to record prometheus metrics to a specified elasticsearch server once a sample has finished.
### Description Updating the OpenShift scale workload to actually utilize the timeout variable it was able to take as well as add an additional check before completion that we are...
Update requirement files with new package versions. Triggered by workflow run [2418701822@cloud-bulldozer/benchmark-wrapper](https://github.com/cloud-bulldozer/benchmark-wrapper/actions/runs/2418701822)
Signed-off-by: Raul Sevilla ### Description Most of builds for arm64 amd amd64 archs have been fixed. Some findings of the failed ones: - We're unable to build oslat container since...
Do not merge yet. While this PR tweaks documents generated by fs-drift to include host/pod name, its real significance is that it adds programs that analyze Elasticsearch results for storage...
I was having problems rebuilding smallfile image, because pip kept failing to download a random python package, I got really annoyed and started thinking of ways to prevent this from...