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

feat(replayTest): parametric #1273

Conversation

lorenzogentile404
Copy link
Collaborator

No description provided.

}

private static void add(int start) {
blockNumbers.add(Arguments.of(start));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Have you looked at the python script ? It produces a .csv file which you can then download in bulk with @gusiri 's bulk_capture script.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes the python one, but cannot find the bulk_capture one. However, since the purpose of this test is having one parametric test per block, I believe it makes sense to download them one by one and have separated files.

Copy link
Collaborator

@OlivierBBB OlivierBBB Sep 23, 2024

Choose a reason for hiding this comment

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

It's in arithmetization/src/tests/resources/bulk_capture.sh

OlivierBBB and others added 5 commits September 23, 2024 01:57
Copy link
Collaborator

@letypequividelespoubelles letypequividelespoubelles left a comment

Choose a reason for hiding this comment

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

Your changes should be in ReplayTestTools.java.

Copy link
Collaborator

@letypequividelespoubelles letypequividelespoubelles left a comment

Choose a reason for hiding this comment

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

LGTM

@lorenzogentile404 lorenzogentile404 merged commit f36621b into arith-dev Oct 1, 2024
5 checks passed
@lorenzogentile404 lorenzogentile404 deleted the 1272-featreplaytests-split-ranges-into-independent-parametrised-tests branch October 1, 2024 13:31
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.

feat(replayTests): split ranges into independent parametrised tests
3 participants