Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change percentiles type in Measurements to :map #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2018

  1. 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 <tallysmartins@gmail.com>
    tallysmartins committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    fbcfa0b View commit details
    Browse the repository at this point in the history
  2. Adds test to Ecto fields of type {:map, :float}

    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    tallysmartins committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    12e060f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Adds test case for measurements percentiles field

    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    tallysmartins committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6fd57e0 View commit details
    Browse the repository at this point in the history