Age | Commit message (Expand) | Author | Lines |
2021-05-27 | protocol_benchmarks: increase capnproto buffer size | Daniel Friesel | -1/+1 |
2021-05-20 | protocol_benchmarks: increase string buffer size | Daniel Friesel | -6/+6 |
2021-05-12 | protocol_benchmarks: black(1) | Daniel Friesel | -13/+21 |
2021-05-12 | protocol_benchmarks: Update for ArduinoJSON 6 | Daniel Friesel | -17/+16 |
2021-03-04 | PTA State/Transition: Use ModelFunction instead of PTAAttribute | Daniel Friesel | -21/+13 |
2020-10-26 | blacken code; do not run lint check on external Python libraries | Daniel Friesel | -10/+20 |
2020-07-03 | more consistent logging; use logger. instead of logging. where appropriate | Daniel Friesel | -2/+5 |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -638/+1016 |
2019-07-10 | protocol benchmarks: mpack: correctly use expect API | Daniel Friesel | -3/+3 |
2019-06-28 | protocol_benchmarks: switch to OS-decoupled XDR implementation | Daniel Friesel | -30/+32 |
2019-06-27 | protocol_benchmarks/xdr16: use uint16 for int lists | Daniel Friesel | -3/+3 |
2019-06-26 | protocol_benchmarks: Add XDR16, remove XDR ersion header | Daniel Friesel | -3/+122 |
2019-05-16 | Benchmark: Only print first 500 chars of error message | Daniel Friesel | -1/+1 |
2019-05-07 | add (buggy?) Thrift support | Daniel Friesel | -0/+71 |
2019-05-07 | Avro: Add strip_schema option | Daniel Friesel | -4/+11 |
2019-04-09 | protocol_benchmarks: Add Apache Avro | Daniel Friesel | -0/+65 |
2019-04-03 | NanoPB benchmark generator: add encode/decode of float values | Daniel Friesel | -0/+6 |
2019-04-02 | add transition_map accessor | Daniel Friesel | -1/+6 |
2019-04-02 | MPack, NanoPB: Adjust writer_destroy / pb_decode calls for wrapper support | Daniel Friesel | -4/+8 |
2019-03-29 | argument-aware analysis of protocolmodeling cycles benchmarks | Daniel Friesel | -10/+13 |
2019-03-28 | fix callcycles argument handling | Daniel Friesel | -4/+10 |
2019-03-28 | Protocols: Log function arguments | Daniel Friesel | -48/+56 |
2019-03-28 | add shorten_call function from protocolmodeling/analyze-param.py | Daniel Friesel | -0/+53 |
2019-03-27 | protocol_benchmarks: import lib-to-codegen function; always save timestamps | Daniel Friesel | -2/+39 |
2019-03-25 | protocol_benchmarks: Do not pre-encode numbers for manualjson | Daniel Friesel | -2/+2 |
2019-02-11 | protocol_benchmarks: Fix ManualJSON list of strings codegen | Daniel Friesel | -1/+1 |
2019-02-06 | protocol benchmarks: Accessors for serialized data size availability | Daniel Friesel | -0/+32 |
2019-02-06 | Turn Benchmark class into a context manager | Daniel Friesel | -30/+52 |
2019-02-05 | add protocol benchmark classes for protocolmodeling | Daniel Friesel | -0/+1225 |