mirror of
https://github.com/cubixle/l1.git
synced 2026-04-30 17:18:42 +01:00
updates
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package l1_test
|
||||
|
||||
// func TestRequestsPerMin(t *testing.T) {
|
||||
// rs := l1.Results{
|
||||
// Count: 4,
|
||||
// Results: []l1.Result{
|
||||
// {CompletedIn: 10},
|
||||
// {CompletedIn: 10},
|
||||
// {CompletedIn: 10},
|
||||
// {CompletedIn: 10},
|
||||
// },
|
||||
// }
|
||||
|
||||
// rpm := rs.RequestsPerMin()
|
||||
// log.Println(rpm)
|
||||
// }
|
||||
Reference in New Issue
Block a user