Commit 61bad25
[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>
Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com>1 parent 84b349f commit 61bad25
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
| 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