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 experimental support for customisable benchmarking #347

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

Commits on Jun 20, 2024

  1. Add parameters for linux perf

    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4cb3aa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f389492 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a375ad6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a80fb58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79613d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7d8ab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1eb834 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de87b46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8179bc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a9db26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15a0a39 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dc5e528 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87081e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd2f88a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c87eb9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd3c82b View commit details
    Browse the repository at this point in the history
  17. Revert buildkite change

    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    031f5a4 View commit details
    Browse the repository at this point in the history
  18. Don't assume hooks are functions

    This should theoretically allow FunctionWrappers or callable structs to be used, though serialization may be an issue.
    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f11b769 View commit details
    Browse the repository at this point in the history
  19. Fix deserialization of hooks

    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    512ed0a View commit details
    Browse the repository at this point in the history
  20. Add some tests

    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ff4fc43 View commit details
    Browse the repository at this point in the history
  21. Format

    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5036058 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    749215c View commit details
    Browse the repository at this point in the history
  23. Simplify Deserialization

    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fe22190 View commit details
    Browse the repository at this point in the history
  24. Cleanup

    Zentrik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    95da3ba View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. customisable -> customizable

    Zentrik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    05d971f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6008719 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1eb8ac View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Zentrik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    496bfe0 View commit details
    Browse the repository at this point in the history
  5. Fixup doc

    Zentrik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a77bfca View commit details
    Browse the repository at this point in the history