aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Minimize the number of separate protobuf types.Christopher Peplin1-5/+20
2014-01-07Revert "Switch back to many subtypes for binary messages."Christopher Peplin1-28/+7
2014-01-07Switch back to many subtypes for binary messages.Christopher Peplin1-7/+28
2014-01-07Switch raw data field to uint64 to fit all values and update benchmark.Christopher Peplin1-4/+2
2014-01-07Remove timestamp from trace JSON before benchmarking - oops!Christopher Peplin1-2/+4
2014-01-07Update benchmark tool for latest protobuf format.Christopher Peplin1-9/+5
2014-01-07Add generated protobuf implementations.Christopher Peplin2-4/+0
2014-01-07Move proto definition to top level.Christopher Peplin2-36/+1
2014-01-07Use a container type to be able to stream protobufs.Christopher Peplin2-7/+26
2014-01-07Benchmark how much overhead each encoding adds vs raw CAN.Christopher Peplin1-4/+16
2014-01-07Benchmark encoding translated messages as binary, too.Christopher Peplin2-11/+48
2014-01-07Add benchmarking tests for binary encoding (moved from cantranslator).Christopher Peplin5-0/+57