-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nested JSON depth benchmark (#12371)
Adds benchmark with depth axis for nested json. It generates json with list of lists, and struct of structs for given depth, with types - int, float, string, bool, null literal. The json string generation is in host (so the benchmark data generation will slow for higher depth value. Depends on #12314 Authors: - Karthikeyan (https://github.com/karthikeyann) - Vukasin Milovanovic (https://github.com/vuule) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Vukasin Milovanovic (https://github.com/vuule) - Nghia Truong (https://github.com/ttnghia) URL: #12371
- Loading branch information
1 parent
8d8d0ee
commit 6a59b7e
Showing
1 changed file
with
134 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters