Remove test CSV from repo, add to gitignore
Some checks failed
CI / test (push) Failing after 1m31s

This commit is contained in:
Siavash Sameni
2026-04-01 10:30:56 +04:00
parent 68eb0c7f96
commit 5bb224cb3b
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ btest_original
proto-test/venv/
**/__pycache__/
results.csv
server_results.csv

View File

@@ -1,5 +0,0 @@
timestamp,host,port,protocol,direction,duration_s,tx_avg_mbps,rx_avg_mbps,tx_bytes,rx_bytes,lost_packets,auth_type
1775024492,172.16.81.1,59260,TCP,BOTH,57,9.97,2.98,71008256,21227792,0,ecsrp5
1775024501,172.16.81.1,59300,TCP,TX,9,42.41,0.00,47710208,0,0,ecsrp5
1775024526,172.16.81.1,59340,TCP,RX,442,0.00,2.46,0,136015152,0,ecsrp5
1775024533,172.16.81.1,59380,UDP,RX,6,0.00,59.49,0,44620736,16013664,ecsrp5
1 timestamp host port protocol direction duration_s tx_avg_mbps rx_avg_mbps tx_bytes rx_bytes lost_packets auth_type
2 1775024492 172.16.81.1 59260 TCP BOTH 57 9.97 2.98 71008256 21227792 0 ecsrp5
3 1775024501 172.16.81.1 59300 TCP TX 9 42.41 0.00 47710208 0 0 ecsrp5
4 1775024526 172.16.81.1 59340 TCP RX 442 0.00 2.46 0 136015152 0 ecsrp5
5 1775024533 172.16.81.1 59380 UDP RX 6 0.00 59.49 0 44620736 16013664 ecsrp5