From c5180901fbd38c70bbf949097eb907f29213a166 Mon Sep 17 00:00:00 2001 From: UmakantKulkarni Date: Sun, 30 Jan 2022 22:20:09 -0500 Subject: [PATCH] changes --- .gitignore | 0 exportToCsv.sh | 2 +- plotOverleaf.py | 0 setupSteps.txt | 0 4 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 plotOverleaf.py mode change 100644 => 100755 setupSteps.txt diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/exportToCsv.sh b/exportToCsv.sh index 474e582..21a2041 100755 --- a/exportToCsv.sh +++ b/exportToCsv.sh @@ -2,7 +2,7 @@ exp=/proj/sfcs-PG0/opt/Results -declare -a experimentDirAry=("Fully-Stateful" "Fully-Procedural-Stateless" "Fully-Transactional-Stateless" "All-NFs-Share-Udsf" "Amf-Smf-Share-Udsf" "N1n2-Amf-Update-Api-Disabled" "Nonblocking-Api-Enabled") +declare -a experimentDirAry=("Fully-Stateful" "Fully-Procedural-Stateless" "Fully-Transactional-Stateless" "All-NFs-Share-Udsf" "Amf-Smf-Share-Udsf" "N1n2-Amf-Update-Api-Disabled" "Nonblocking-Api-Enabled" "Upsert-Api-Enabled" "Replace-Api-Enabled" "Single-Read-Enabled") for f1 in "${experimentDirAry[@]}" do diff --git a/plotOverleaf.py b/plotOverleaf.py old mode 100644 new mode 100755 diff --git a/setupSteps.txt b/setupSteps.txt old mode 100644 new mode 100755