Commit b6e5b98
committed
[nvbugs/6215678][fix] Write aiperf artifacts to per-run subdir for stress test
aiperf was given a single shared --output-artifact-dir, so each concurrency
run overwrote the previous export and no <model>-openai-completions-<...>
subdir existed for extract_stress_test_metrics to parse, raising
"No model directories found ...". Point --output-artifact-dir at a unique
per-run subdir so every run is preserved and the directory-name parser
matches. Gitignore the test-generated artifacts dir and remove the obsolete
waivers.
Signed-off-by: tensorrt-cicd <90828364+tensorrt-cicd@users.noreply.github.com>1 parent cd38dfb commit b6e5b98
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
967 | | - | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
968 | 970 | | |
969 | 971 | | |
970 | 972 | | |
| |||
0 commit comments