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

Code-comments should be ommited from the "maximum code size is 20000" checks #17

Open
ghost opened this issue Aug 6, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 6, 2019

As a developer I have 'well' documented code that has documentation comments for doxygen etc. I currently have to manually delete all the comments to use your site as the comments may easily push the code over the warning threshold. Preferably the comments should be stripped by your size analysis or the limit be more inline with that of Godbolt.org:

Your code is 31669 characters long, while the maximum code size is 20000.
If you think this limitation is stopping you in a legitimate usage of quick-bench, please contact me.

@ghost ghost changed the title Code-comments should be excluded form the "maximum code size is 20000" checks Code-comments should be ommited from the "maximum code size is 20000" checks Aug 6, 2019
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

0 participants