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

[FEA] Establish and run regularly a set of JSON benchmarks #10803

Open
revans2 opened this issue May 13, 2024 · 0 comments
Open

[FEA] Establish and run regularly a set of JSON benchmarks #10803

revans2 opened this issue May 13, 2024 · 0 comments
Labels
feature request New feature or request performance A performance related task/issue tech debt

Comments

@revans2
Copy link
Collaborator

revans2 commented May 13, 2024

Is your feature request related to a problem? Please describe.

We need a set of JSON benchmarks that we can regularly run to measure if there are any regressions or improvements in JSON performance. We need tests for.

  • get_json_object
  • json_tuple
  • from_json

It would also be nice to have benchmarks for, but they are less common from what we have seen

  • the JSON input format
  • to_json

Ideally these benchmarks would include long JSON strings with multi-byte characters, and nesting up to 64 deep.

from_json should include a large number of different data types, including arrays, maps, long strings, etc.

get_json_object should include lots of different paths that also include arrays and wildcards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request performance A performance related task/issue tech debt
Projects
None yet
Development

No branches or pull requests

1 participant