7 Commits

Author SHA1 Message Date
Ashlie Martinez
57454cb00b Interface for benchmarking 2023-03-31 15:27:44 -07:00
Ashlie Martinez
7dddc97bbc Fixup file names 2023-03-31 15:11:33 -07:00
Ashlie Martinez
e02cbfdb73 Code to generate manifest entries
Uses random data for most fields.
2023-03-31 12:40:34 -07:00
Ashlie Martinez
0e74d15259 Add structs for kopia manifests 2023-03-31 12:32:10 -07:00
Vaibhav Kamra
62bfed94d6 Change struct to include RawMessage and update jsonparser 2023-03-30 20:47:43 -07:00
Vaibhav Kamra
2bc40b4a39 Jsonparser prototype 2023-03-30 13:39:18 -07:00
Ashlie Martinez
f00970493d Helper programs to repro JSON deserialize mem use
JSON deserialize of arrays is inefficient for memory. This is a minimal
reproducer to show that it uses lots more memory than expected.

Build each program separately, run gen and then you can run goread for
the repro and some memory usage stats.
2023-03-30 10:41:56 -07:00