jose_jwa_bench (JOSE v1.11.12)
View SourceSummary
Types
-type arguments(Type) :: arguments_function(Type) | arguments_list(Type).
-type arguments_function(Type) :: fun(() -> arguments_list(Type)).
-type arguments_list(Type) :: [Type].
-type metric() :: #{acc := non_neg_integer(), avg := float(), min := non_neg_integer(), max := non_neg_integer()}.