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

Add two new bench mark programs #3683

Merged
merged 3 commits into from
Aug 28, 2023
Merged

Add two new bench mark programs #3683

merged 3 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. Bench: UMap.size on a monomorphic UMap

    Run this using `cabal bench umap`.
    erikd authored and lehins committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b81fb5e View commit details
    Browse the repository at this point in the history
  2. Bench: Address decoding

    The code decode function is `decodeAddrStateAllowLeftoverT` and we bench
    this via `decodeAddrEither`.
    
    Run this with `cabal bench addr`.
    erikd authored and lehins committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b2deaef View commit details
    Browse the repository at this point in the history
  3. Update hie.yaml

    erikd authored and lehins committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c590e2a View commit details
    Browse the repository at this point in the history