Fix incorrect benchmark name in JitterBench script (#1983)
This commit is contained in:
کامیت شده توسط
GitHub
والد
5b345d105c
کامیت
57286d5df3
@@ -5,7 +5,7 @@ for numBlocks in 1 2 4 8 16 32; do
|
||||
for numTimers in 0 1; do
|
||||
for useNuma in 0 1; do
|
||||
echo "numBlocks=$numBlocks blockSize=$blockSize numTimers=$numTimers useNuma=$useNuma";
|
||||
./LaunchBench $numBlocks $blockSize $numTimers $useNuma &> output.$numBlocks.$blockSize.$numTimers.$useNuma.txt
|
||||
./JitterBench $numBlocks $blockSize $numTimers $useNuma &> output.$numBlocks.$blockSize.$numTimers.$useNuma.txt
|
||||
done;
|
||||
done;
|
||||
done;
|
||||
|
||||
مرجع در شماره جدید
Block a user