Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
UmakantKulkarni committed Jan 31, 2022
1 parent 99492f7 commit c518090
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file modified .gitignore
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion exportToCsv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file modified plotOverleaf.py
100644 → 100755
Empty file.
Empty file modified setupSteps.txt
100644 → 100755
Empty file.

0 comments on commit c518090

Please sign in to comment.