Commit 3ae5167
Fix preload warning (#112)
* delete the stopped container by default at tear down
* fix test-time on 4 test-cases.
* removed the -n parameter, since it was incompatible with --test-time and was causing the benchmark to fail
* adding a test-time=180 to testcase memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml
* Re-order --preserve_temporary_client_dirs --client_aggregated_results_folder so that we can create an aggregated folder and still delete the temp files after. In addition, delete temp JSON files created by redis-benchmark (and not by memtier-benchmark)
* change the auto-remove to True, so that we dont accumulate un-used containers
* Correctly label preload in log and do not issue warning is preload is less than 60 seconds
* remove warning when preload is less than 60 sec. Label as preload
Co-authored-by: root <root@ip-172-31-48-21.us-west-2.compute.internal>
Co-authored-by: Martin Dimitrov <martin.p.dimitrovt@intel.com>
Co-authored-by: filipe oliveira <filipecosta.90@gmail.com>1 parent 0e438ff commit 3ae5167
File tree
2 files changed
+3
-3
lines changed- redis_benchmarks_specification
- __runner__
- __self_contained_coordinator__
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
| 905 | + | |
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| |||
0 commit comments