forked from mpusz/mp-units
Input range for ratio creation changed
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
add_metabench_test(metabench.data.ratio.create.std_ratio "std::ratio" create_std_ratio.cpp.erb "[10, 100, 1000, 10000]")
|
add_metabench_test(metabench.data.ratio.create.std_ratio "std::ratio" create_std_ratio.cpp.erb "[1000, 2500, 5000, 7500, 10000]")
|
||||||
add_metabench_test(metabench.data.ratio.create.ratio_type_constexpr "ratio with constexpr" create_ratio_type_constexpr.cpp.erb "[10, 100, 1000, 10000]")
|
add_metabench_test(metabench.data.ratio.create.ratio_type_constexpr "ratio with constexpr" create_ratio_type_constexpr.cpp.erb "[1000, 2500, 5000, 7500, 10000]")
|
||||||
metabench_add_chart(metabench.chart.ratio.create
|
metabench_add_chart(metabench.chart.ratio.create
|
||||||
TITLE "Creation on 2*N ratios"
|
TITLE "Creation on 2*N ratios"
|
||||||
SUBTITLE "(smaller is better)"
|
SUBTITLE "(smaller is better)"
|
||||||
|
Reference in New Issue
Block a user