bencheeorg/benchee

Add option for displaying long labels for scaled units

Open

#28 ouverte le 18 sept. 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Elixir (69 forks)batch import
Hacktoberfestenhancementgood first issue

Métriques du dépôt

Stars
 (1 509 stars)
Métriques de merge PR
 (Merge moyen 9j 11h) (5 PRs mergées en 30 j)

Description

For example, display 1.23 Million instead of 1.23M.

This should be an option unit_label with possible values :short and :long defaulting to short. It can then be picked up by the different formatters, in the first version just the console formatter to display long names or short names.

edit (@PragTob) : changed to be a general option and not just for the console

Guide contributeur