Skip to content

Commit

Permalink
added ib-profiling-data.sh to run ib-profiling-data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 31, 2024
1 parent 150e713 commit 6471c27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ib-profiling-data.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash -ex
python3 -m venv venv
source venv/bin/activate
if [ $(python3 -c "import sys;print(sys.version_info[1])") -gt 6 ] ; then
pip install CMSMonitoring==0.3.3
else
pip install --user CMSMonitoring==0.3.3
fi
python3 $(dirname $0)/ib-profiling-data.py

0 comments on commit 6471c27

Please sign in to comment.