fixing check phase

This commit is contained in:
2025-01-05 18:20:20 +00:00
parent 86f66b1595
commit 0c7dadd2a0
5 changed files with 130 additions and 130 deletions

View File

@@ -1,16 +1,16 @@
package p2p
import (
"testing"
)
// To run this test ip_table.json must be populated
func TestServer_SpeedTest(t *testing.T) {
err := LocalSpeedTestIpTable()
if err != nil {
t.Fatal(err)
}
//HumaidTest("http://localhost:8088/50")
//HumaidTest("http://ipv4.download.thinkbroadband.com/50MB.zip")
}
// import (
// "testing"
// )
//
// // To run this test ip_table.json must be populated
// func TestServer_SpeedTest(t *testing.T) {
// err := LocalSpeedTestIpTable()
// if err != nil {
// t.Fatal(err)
// }
//
// //HumaidTest("http://localhost:8088/50")
// //HumaidTest("http://ipv4.download.thinkbroadband.com/50MB.zip")
// }