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

macro for bench cases #139

Open
Thomblin opened this issue Dec 30, 2023 · 1 comment
Open

macro for bench cases #139

Thomblin opened this issue Dec 30, 2023 · 1 comment

Comments

@Thomblin
Copy link

Hi there,

I really like this plugin. Not sure if this already exists, anyways I did not find it: Did you ever consider to extend or clone this crate to create cases for benchmarks as well? It would be really helpful to bechmark different implementations of an algorithm or the effect of different inputs to a function (for example length of a String that shall be manipulated).

@luke-biel
Copy link
Collaborator

Haven't really considered it. It should be rather easy to do with test-case-core lib, as it provides all parsing for the test_case() body. I don't think we'll have time to do it on our own in near time, so if you feel like it, you can tackle that feature. It can be either part of this repo, or even separate one (we can link to it from our README :) )

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

2 participants