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 FixedPointDecimal benchmark. #42

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

Commits on Dec 6, 2018

  1. Add Decimal Representations Comparison benchmark.

    Adds a benchmark file that produces performance comparisons across
    various types and operations.
    NHDaly committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    3e7da85 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    bc4083f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    75639c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Add main script: benchmark/runbench.jl

    Use custom branch of `PkgBenchmark.jl` to support post-processing, which
    we need.
    NHDaly committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    54e4cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43df956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dbf53b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6a48f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    90a86b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    b078194 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    c3ac10f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a258785 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d6712f View commit details
    Browse the repository at this point in the history
  4. put back postprocess; set N=1

    NHDaly committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    6402fa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66a3172 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a58dbfd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    ed2db17 View commit details
    Browse the repository at this point in the history