We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d032d23 commit 762a0ebCopy full SHA for 762a0eb
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -67,7 +67,7 @@ jobs:
67
curl -fL --retry 3 -o ${STANDALONE_DIR}/o2-simple-GPU.out https://cernbox.cern.ch/remote.php/dav/public-files/SfYXgQOHFga2w75/o2-simple-GPU.out
68
69
mkdir -p ${STANDALONE_DIR}/baseline
70
- curl -fL --retry 3 -o ${STANDALONE_DIR}/baseline/${PROFILER_CSV} https://cernbox.cern.ch/remote.php/dav/public-files/SfYXgQOHFga2w75/baseline/${PROFILER_CSV}
+ #curl -fL --retry 3 -o ${STANDALONE_DIR}/baseline/${PROFILER_CSV} https://cernbox.cern.ch/remote.php/dav/public-files/SfYXgQOHFga2w75/baseline/${PROFILER_CSV}
71
curl -fL --retry 3 -o ${STANDALONE_DIR}/baseline/${BENCHMARK_CSV} https://cernbox.cern.ch/remote.php/dav/public-files/SfYXgQOHFga2w75/baseline/${BENCHMARK_CSV}
72
73
mkdir -p ${STANDALONE_DIR}/events
0 commit comments