ayush00git commented on PR #3374: URL: https://github.com/apache/fory/pull/3374#issuecomment-4006332673
Benchmark: apache/fory/main vs this branch (feat/go-deserialization) **apache/fory/main:** ``` goos: linux goarch: amd64 cpu: 12th Gen Intel(R) Core(TM) i5-1235U BenchmarkFory_Struct_Serialize-12 34537162 110.4 ns/op 0 B/op 0 allocs/op BenchmarkFory_Struct_Deserialize-12 19927696 179.6 ns/op 32 B/op 1 allocs/op BenchmarkFory_StructList_Serialize-12 3048019 1176 ns/op 0 B/op 0 allocs/op BenchmarkFory_StructList_Deserialize-12 1583568 2456 ns/op 688 B/op 3 allocs/op BenchmarkFory_Sample_Serialize-12 14559171 247.5 ns/op 0 B/op 0 allocs/op BenchmarkFory_Sample_Deserialize-12 3322015 1158 ns/op 676 B/op 9 allocs/op BenchmarkFory_SampleList_Serialize-12 919764 3815 ns/op 0 B/op 0 allocs/op BenchmarkFory_SampleList_Deserialize-12 240294 20650 ns/op 13952 B/op 163 allocs/op BenchmarkFory_MediaContent_Serialize-12 7116196 458.0 ns/op 0 B/op 0 allocs/op BenchmarkFory_MediaContent_Deserialize-12 2302726 1496 ns/op 656 B/op 13 allocs/op BenchmarkFory_MediaContentList_Serialize-12 532838 7471 ns/op 0 B/op 0 allocs/op BenchmarkFory_MediaContentList_Deserialize-12 143080 30065 ns/op 13040 B/op 243 allocs/op ``` **this branch:** ``` goos: linux goarch: amd64 cpu: 12th Gen Intel(R) Core(TM) i5-1235U BenchmarkFory_Struct_Serialize-12 32973771 121.9 ns/op 0 B/op 0 allocs/op BenchmarkFory_Struct_Deserialize-12 27100645 163.6 ns/op 32 B/op 1 allocs/op BenchmarkFory_StructList_Serialize-12 3265543 1103 ns/op 0 B/op 0 allocs/op BenchmarkFory_StructList_Deserialize-12 1268991 2679 ns/op 688 B/op 3 allocs/op BenchmarkFory_Sample_Serialize-12 12737720 258.3 ns/op 0 B/op 0 allocs/op BenchmarkFory_Sample_Deserialize-12 3287950 1123 ns/op 676 B/op 9 allocs/op BenchmarkFory_SampleList_Serialize-12 995695 3745 ns/op 0 B/op 0 allocs/op BenchmarkFory_SampleList_Deserialize-12 231688 18862 ns/op 13952 B/op 163 allocs/op BenchmarkFory_MediaContent_Serialize-12 6446667 542.3 ns/op 0 B/op 0 allocs/op BenchmarkFory_MediaContent_Deserialize-12 2616025 1222 ns/op 656 B/op 13 allocs/op BenchmarkFory_MediaContentList_Serialize-12 414025 8415 ns/op 0 B/op 0 allocs/op BenchmarkFory_MediaContentList_Deserialize-12 172894 28446 ns/op 13040 B/op 243 allocs/op ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
