Report unit test environment variable values as part of output (#789)
[ROCm/rccl commit: f7c553edad]
Este commit está contenido en:
@@ -10,12 +10,13 @@
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
RcclUnitTesting::EnvVars::ShowConfig();
|
||||
RcclUnitTesting::EnvVars ev;
|
||||
ev.ShowConfig();
|
||||
int retCode = RUN_ALL_TESTS();
|
||||
printf("[ INFO ] Total executed cases: %d\n", RcclUnitTesting::TestBed::NumTestsRun());
|
||||
|
||||
// Show timing information
|
||||
RcclUnitTesting::EnvVars ev;
|
||||
|
||||
if (ev.showTiming)
|
||||
{
|
||||
size_t totalTimeMsec = 0;
|
||||
|
||||
Referencia en una nueva incidencia
Block a user