cloud-bulldozer / benchmark-wrapper

Python Library to run benchmarks
https://benchmark-wrapper.readthedocs.io
Apache License 2.0
19 stars 56 forks source link

Redis timeout threshold 200 pct #341

Closed bengland2 closed 3 years ago

bengland2 commented 3 years ago

increase redis timeout threshold from 25% of elapsed time to 200% of elapsed time even with auto-pause feature there is significant variation in elapsed time of pods also log what redis timeout and redis_timeout_th parameters are.

codecov-commenter commented 3 years ago

Codecov Report

Merging #341 (4446947) into master (1c9e453) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #341   +/-   ##
=======================================
  Coverage   39.40%   39.40%           
=======================================
  Files          15       15           
  Lines         868      868           
=======================================
  Hits          342      342           
  Misses        526      526           
Flag Coverage Δ
gha 39.40% <ø> (ø)
python-3.6 39.40% <ø> (ø)
unit 39.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1c9e453...4446947. Read the comment docs.

comet-perf-ci commented 3 years ago

Results for SNAFU CI Test

Test Result Runtime
snafu/smallfile_wrapper PASS 00:05:24
bengland2 commented 3 years ago

ready to merge