View Source jose_jwa_bench (JOSE v1.11.9)
Summary
Types
-type arguments() :: arguments(term()).
-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()}.