Skip to content

Commit

Permalink
I HATE CUSTOM CAPITALIZATION
Browse files Browse the repository at this point in the history
  • Loading branch information
gckopper committed Apr 7, 2024
1 parent d50cfe8 commit d455215
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions graphs/cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

cores = [
"OAI CN",
"Open5Gs",
"Free5Gc",
"Open5GS",
"Free5GC",
]

def conv(x):
Expand Down
4 changes: 2 additions & 2 deletions graphs/iperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
]
labels = [
"OAI CN",
"Open5Gs",
"Free5Gc",
"Open5GS",
"Free5GC",
]
rans = [
"OAI RAN",
Expand Down
4 changes: 2 additions & 2 deletions graphs/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def read_file(path: str):
]
labels = [
"OAI CN",
"Open5Gs",
"Free5Gc",
"Open5GS",
"Free5GC",
]
rans = [
"OAI RAN",
Expand Down
4 changes: 2 additions & 2 deletions graphs/ram.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
]
labels = [
"OAI CN",
"Open5Gs",
"Free5Gc",
"Open5GS",
"Free5GC",
]

rans = [
Expand Down
4 changes: 2 additions & 2 deletions graphs/retransmissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
]
labels = [
"OAI CN",
"Open5Gs",
"Free5Gc",
"Open5GS",
"Free5GC",
]

rans = ["OAI RAN", "srsRAN"]
Expand Down
4 changes: 2 additions & 2 deletions graphs/rtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
]
labels = [
"OAI CN",
"Open5Gs",
"Free5Gc",
"Open5GS",
"Free5GC",
]
rans = [
"OAI RAN",
Expand Down

0 comments on commit d455215

Please sign in to comment.