diff --git a/pr_testing/run-pr-profiling.sh b/pr_testing/run-pr-profiling.sh
index 63de668e10d..8309a508474 100755
--- a/pr_testing/run-pr-profiling.sh
+++ b/pr_testing/run-pr-profiling.sh
@@ -48,7 +48,7 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do
# $WORKSPACE/profiling/Gen_tool/profile_mem_jemalloc.sh $CMSSW_VERSION || true
echo "
$PROFILING_WORKFLOW/ " >> $WORKSPACE/upload/profiling/index-$PROFILING_WORKFLOW.html
get_jenkins_artifacts igprof/${CMSSW_VERSION}/${SCRAM_ARCH}/profiling/${PROFILING_WORKFLOW}/RES_CPU_step3.txt ${CMSSW_VERSION}_RES_CPU_step3.txt || true
- $WORKSPACE/profiling/Analyze_tool/compare_cpu_txt.py --old ${CMSSW_VERSION}_RES_CPU_step3.txt --new RES_CPU_step3.txt > RES_CPU_compare_$PROFILING_WORKFLOW.txt || true
+ $WORKSPACE/profiling/Gen_tool/compare_cpu_txt.py --old ${CMSSW_VERSION}_RES_CPU_step3.txt --new RES_CPU_step3.txt > RES_CPU_compare_$PROFILING_WORKFLOW.txt || true
echo "Igprof Comparison cpu usage RECO produce methods. " >> $WORKSPACE/upload/profiling/index-$PROFILING_WORKFLOW.html
cp $WORKSPACE/cms-bot/comparisons/compareProducts.* ./
get_jenkins_artifacts igprof/${CMSSW_VERSION}/${SCRAM_ARCH}/profiling/${PROFILING_WORKFLOW}/step3_sizes_${PROFILING_WORKFLOW}.txt step3_sizes_${CMSSW_VERSION}_${PROFILING_WORKFLOW}.txt || true