From ad2e95de0511ae1528de176186e305161011dce2 Mon Sep 17 00:00:00 2001 From: ajanicijamd Date: Wed, 18 Jun 2025 19:39:48 -0400 Subject: [PATCH] Modified nic-performance test to download a smaller file (#253) [ROCm/rocprofiler-systems commit: 4346c1c2172a326e80ef89219062e13a4422b3ce] --- projects/rocprofiler-systems/tests/rocprof-sys-nic-perf.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-systems/tests/rocprof-sys-nic-perf.cmake b/projects/rocprofiler-systems/tests/rocprof-sys-nic-perf.cmake index 1c1bcd1639..88e6ceeb5f 100644 --- a/projects/rocprofiler-systems/tests/rocprof-sys-nic-perf.cmake +++ b/projects/rocprofiler-systems/tests/rocprof-sys-nic-perf.cmake @@ -49,9 +49,9 @@ set(_nic_perf_environment "ROCPROFSYS_SAMPLING_DELAY=0.05") # Set _download_url to a large file that will give rocprof-sys-sample time to collect NIC -# performance data. +# performance data (but not too large, because each test will time out after 2 min). set(_download_url - "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.0/clang+llvm-20.1.0-armv7a-linux-gnueabihf.tar.gz" + "https://github.com/ROCm/rocprofiler-systems/releases/download/rocm-6.4.1/rocprofiler-systems-1.0.1-ubuntu-22.04-ROCm-60400-PAPI-OMPT-Python3.sh" ) # Run the NIC performance test