Fix bug
This commit is contained in:
parent
3ae1931030
commit
f3d5d23439
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ import sys,re
|
|||
print("run,packet_id,measure_type,latency,latency_ms")
|
||||
for i in range(1,len(sys.argv)):
|
||||
path = sys.argv[i]
|
||||
client_server = f"{sys.argv[1]}/log/server-measlat-stdout.log"
|
||||
server_client = f"{sys.argv[1]}/log/client-measlat-stdout.log"
|
||||
client_server = f"{sys.argv[i]}/log/server-measlat-stdout.log"
|
||||
server_client = f"{sys.argv[i]}/log/client-measlat-stdout.log"
|
||||
run = path
|
||||
|
||||
agg = {}
|
||||
|
|
Loading…
Reference in a new issue