bencheeorg/benchee

Add option for displaying long labels for scaled units

Open

#28 opened on 2016年9月18日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Elixir (69 forks)batch import
Hacktoberfestenhancementgood first issue

Repository metrics

Stars
 (1,509 stars)
PR merge metrics
 (平均マージ 9d 11h) (30d で 5 merged PRs)

説明

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

コントリビューターガイド