Commit 0b805fd
authored
Increase cool_down_time_seconds, warm_up_time_seconds and ntttcp execution time If ncpu > 64. (#4528)
* If ncpu > 64, increase cool_down_time_seconds and warm_up_time_seconds to 5, and set ntttcp execution time to 120s.
On large VMs (>64 CPUs) the default 10s ntttcp run is too short for throughput to stabilize across all queues, leading to noisy results.
Use a 120s run time on these SKUs and keep the default 10s elsewhere to avoid lengthening every test.
* copilot comment fixes
* Update common.py
---------
Co-authored-by: Srikanth Myakam <374767+SRIKKANTH@users.noreply.github.com>1 parent 2bd7540 commit 0b805fd
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
476 | 484 | | |
477 | 485 | | |
478 | 486 | | |
| |||
546 | 554 | | |
547 | 555 | | |
548 | 556 | | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
549 | 560 | | |
550 | 561 | | |
551 | 562 | | |
552 | 563 | | |
553 | 564 | | |
554 | 565 | | |
555 | 566 | | |
556 | | - | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
557 | 572 | | |
558 | 573 | | |
559 | 574 | | |
| |||
571 | 586 | | |
572 | 587 | | |
573 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
574 | 592 | | |
575 | 593 | | |
576 | 594 | | |
| |||
0 commit comments