You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
Thanks for the great package!
I was looking for an elegant way of getting max/min of a slice of structs.
// Exampletypebenchmarkstruct {
timeintsizeint
}
// Givenvarbenchmarks []benchmark/* I sometimes need to find one of the following benchmarks - fastest (min time) - slowest (max time) - smallest (min size) - largest (max size)*/
The text was updated successfully, but these errors were encountered:
Hello Dave,
Thanks for the great package!
I was looking for an elegant way of getting max/min of a slice of structs.
The text was updated successfully, but these errors were encountered: