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

#130: Support benchmarks having @State annotations in parent classes #193

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

Commits on Mar 13, 2024

  1. Update SuiteSourceGenerator.kt

    Now, if a parent class is abstract, that child class will also be benchmarked, with annotations derived in order: child ?: parent.
    07jasjeet committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3902f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e614a98 View commit details
    Browse the repository at this point in the history
  3. Update SuiteSourceGenerator.kt

    1. Refactored code (cleanup)
    2. All classes except final are considered when considering parent annotated class.
    07jasjeet committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ece831b View commit details
    Browse the repository at this point in the history