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 umf benchmarks: preloaded umfProxy #2563

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EuphoricThinking
Copy link
Contributor

Extend UMF benchmarks with a base class for preloaded benchmarks and umfProxy benchmark.

@EuphoricThinking EuphoricThinking requested a review from a team as a code owner January 15, 2025 12:02
def __init__(self, bench):
super().__init__(bench)

self.lib_to_be_replaced = "glibc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like these should be constructor arguments.


def bin_args(self):
full_args = super().bin_args()
full_args.append("--benchmark_filter=glibc")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
full_args.append("--benchmark_filter=glibc")
full_args.append(f"--benchmark_filter={self.lib_to_be_replaced}")

?

@EuphoricThinking EuphoricThinking force-pushed the benchmark_patch_umf_preload branch from f3b70c2 to bb41efc Compare January 20, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants