Skip to content

Commit 91b7490

Browse files
committed
Change percentiles type in Measurements to :map
- Currently there is a bug on ecto when parsing fields of type {:map, :float} with exponential notation. This is a temporary solution to have the benchmarks results being displayed correctly. Signed-off-by: Tallys Martins <[email protected]>
1 parent 993d459 commit 91b7490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_bench/benchmarks/measurement.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule ElixirBench.Benchmarks.Measurement do
1919
field :ips, :float
2020
field :std_dev_ips, :float
2121

22-
field :percentiles, {:map, :float}
22+
field :percentiles, :map
2323

2424
timestamps(type: :utc_datetime)
2525
end

0 commit comments

Comments
 (0)