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

[benchmarks] Module loading benches (simple) #15255

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    97188b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d958da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f0f976 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ebdd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a65957 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fda569 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60ceafb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    583ccfa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bee4e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c40603 View commit details
    Browse the repository at this point in the history
  11. prior to addressing comments:

      - Fixed a bug where on successful marking as executing we were re-creating environment
      - Removed optional manager in BlockAptosVM, instead a new instance can be provided
      - Removed clean state, instead manager is initialized to Done(None) and optional values
        need to be provided.
    georgemitenkov committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7c2dbf7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03a1ea2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28116bc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d45df1f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f317dcf View commit details
    Browse the repository at this point in the history
  16. Feature gating

    georgemitenkov committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    03bb4df View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    715f3a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e44f8 View commit details
    Browse the repository at this point in the history
  3. format fix

    georgemitenkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2f3708e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    003ecea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12292a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    878792e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb126de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e36de2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fad83d View commit details
    Browse the repository at this point in the history