-
Notifications
You must be signed in to change notification settings - Fork 1
feat: recursive json object test #2
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
base: master
Are you sure you want to change the base?
Conversation
|
Could you provide any reasoning for this contribution and an integration into the existing testing / benchmarking code? I would also appreciate this contribution being in either go or python, go if included in the standard testing code and python if its a change to the benchmarking pipeline in /test. |
|
test/recursion.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file
test/recursion.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also remove this please
test/recursion.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge this file with test/gen.py and add hyperfine calls for each of the depths, as seen in test/bench.sh
No description provided.