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

Segmenting the Overall Benchmark Problem for Detailed Analysis #232

Open
peter-lawrey opened this issue Jan 8, 2024 · 0 comments
Open

Comments

@peter-lawrey
Copy link
Contributor

The benchmark, though straightforward, encompasses various tasks that can be tackled through distinct approaches. The proposed method involves isolating key tasks for focused examination. This can be achieved by developing a basic skeleton program for the general framework while isolating a specific functionality segment for modifications. The initial step would be to implement an efficient (fast or simple) version, then adapt it to allow easy replacement of the targeted portion. To execute, use the following command:

java --class-path the.jar TaskSpecificSkeletonMain TaskSpecificModule

Here, TaskSpecificSkeletonMain remains constant across different task implementations, while TaskSpecificModule represents the particular implementation being evaluated.

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

No branches or pull requests

1 participant