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

[GRAPH EXECUTOR,VM] Add benchmarking function to graph executor and vm #8807

Merged
merged 6 commits into from
Aug 26, 2021

Commits on Aug 20, 2021

  1. [GRAPH EXECUTOR,VM] Add benchmarking function to graph executor and vm

    This new benchmarking function is just a convenience function for
    calling time_evaluator on the underlying module. Hopefully this should
    make it easier for users to get good benchmarks of their code.
    Tristan Konolige committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f7a304c View commit details
    Browse the repository at this point in the history
  2. formatting

    Tristan Konolige committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    9ef33bc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. import order

    Tristan Konolige committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f0b49f2 View commit details
    Browse the repository at this point in the history
  2. more test, more comments, more precision

    Tristan Konolige committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c514787 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. fix tests

    Tristan Konolige committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    809aad4 View commit details
    Browse the repository at this point in the history
  2. add seconds descriptions to doc

    Tristan Konolige committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    11f3900 View commit details
    Browse the repository at this point in the history