forked from fraillt/cpp_serializers_benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The goal of this fork was to test serialization and transmission of object containing metadata (of various kinds) + large binary object/objects. At first, I thought OpenCV would take a bigger part in testing that - I wanted to do encoding/decoding during the serialization/deserialization process which breaks the goal of this benchmark and adds const time offset to the results.
Proposal:
- Remove OpenCV and replace it with generating long
vector<uint8_t>of const size (or configured through CMakeList as the number of samples is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request