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

Adding baseline to reports #602

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f26867e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362de7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e089265 View commit details
    Browse the repository at this point in the history
  4. chore: work around serde issue with f32 NaNs

    Serde serializes f32s of value NaN to `null`, but doesn't serialize them
    back from `null` to NaN. For that we need a custom deserialize.
    
    Also see: <serde-rs/json#202>
    ctron committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c90e1c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5ae6ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    418b164 View commit details
    Browse the repository at this point in the history