Added comparision benchmarks, restructured tests

This commit is contained in:
cpb8010
2013-09-01 15:59:46 -04:00
parent d475068a22
commit c13ffd137c
2 changed files with 282 additions and 102 deletions
+1 -1
View File
@@ -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"`
}