mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-19 02:49:44 -07:00
Added comparision benchmarks, restructured tests
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ type Torrent struct {
|
||||
Leechers map[string]Peer `json:"leechers"`
|
||||
Snatches uint `json:"snatches"`
|
||||
UpMultiplier float64 `json:"up_multiplier"`
|
||||
DownMultiplier float64 `json:"down_multipler"`
|
||||
DownMultiplier float64 `json:"down_multiplier"`
|
||||
LastAction int64 `json:"last_action"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user