We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfe7d24 + e3fbd8d commit e479e05Copy full SHA for e479e05
uperf/uperf_build
@@ -2,6 +2,9 @@
2
3
install_uperf()
4
{
5
+ if [[ ! -d /$1/$2/workloads/uperf_run ]]; then
6
+ mkdir -p /$1/$2/workloads/uperf_run
7
+ fi
8
cd /$1/$2/workloads/uperf_run
9
git clone https://github.com/uperf/uperf.git uperf
10
cd uperf
0 commit comments