quick-bench-front-end icon indicating copy to clipboard operation
quick-bench-front-end copied to clipboard

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

Open ghost opened this issue 5 years ago • 0 comments

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 avatar Aug 06 '19 13:08 ghost