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

feat: gnovm benchmarking tool #2241

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

Commits on May 30, 2024

  1. feat: gnovm benchmarking tool

    piux2 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c781414 View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    piux2 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f78ad0b View commit details
    Browse the repository at this point in the history
  3. chore: fix bin flag

    piux2 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ae21be3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03ec596 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. use array based timer to reduce the overhead, but won't support the l…

    …ive benchmark anymore.
    piux2 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    776f456 View commit details
    Browse the repository at this point in the history
  2. chore: fix fmt

    piux2 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    82211c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Delete benchmarking/results.csv

    piux2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7f0be67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5dce64 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    a446401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557084e View commit details
    Browse the repository at this point in the history
  3. remove store

    piux2 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3312bf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87d8df2 View commit details
    Browse the repository at this point in the history
  5. fix test

    piux2 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c3d0ebf View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fixed naming

    piux2 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7b7260e View commit details
    Browse the repository at this point in the history
  2. refactor bench measure

    piux2 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3e0b8ca View commit details
    Browse the repository at this point in the history