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

Bug in validate benchmark? #89

Closed
anthonynorth opened this issue Jan 18, 2024 · 2 comments
Closed

Bug in validate benchmark? #89

anthonynorth opened this issue Jan 18, 2024 · 2 comments

Comments

@anthonynorth
Copy link

There looks to be a bug in the validate json benchmark. {yyjsonr} is reading a file into memory instead of validating it.

yyjsonr = yyjsonr::read_json_file(file),

I think this should be:

yyjsonr = yyjsonr::validate_json_file(file),
@eddelbuettel
Copy link
Owner

My bad, I will fix that.

@eddelbuettel
Copy link
Owner

Now done, thanks for catching that.

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