Remove unused benchmark proto files (#697)

15 files changed
tree: 1a47d645b80834c1e272352e440a669a0a4a2c50
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protobuf_benchmarks/
  5. protoc_plugin/
  6. query_benchmark/
  7. tool/
  8. .gitignore
  9. AUTHORS
  10. LICENSE
  11. mono_repo.yaml
  12. README.md
README.md

CI status

Protobuf support for Dart

Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

This repository is home to packages related to protobuf for Dart.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf