We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, "void" external (i.e. just run myself, leave external empty) is only implemented inside yadmark:
yadmark
https://github.com/N3PDF/yadism/blob/593a012dc7f4666c2c993dbdd37a6a2d55db0455/benchmarks/yadmark/benchmark/runner.py#L100-L112
This is rather useful (especially thinking about ekobox and yadbox), so I propose:
ekobox
yadbox
banana
"void"
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, "void" external (i.e. just run myself, leave external empty) is only implemented inside
yadmark
:https://github.com/N3PDF/yadism/blob/593a012dc7f4666c2c993dbdd37a6a2d55db0455/benchmarks/yadmark/benchmark/runner.py#L100-L112
This is rather useful (especially thinking about
ekobox
andyadbox
), so I propose:yadmark
tobanana
"void"
(meaningful, but a bit random) with justNone
(it seems natural to me that, if the external is empty, then no external should be used)The text was updated successfully, but these errors were encountered: