blob: b4b5bd4f756bb810b2b4d459d33f6861b2820bdb [file] [log] [blame]
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
name: query_benchmark
description: Measuring encoding and decoding of a "real-world" protobuf.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
protobuf: any
dev_dependencies:
js: ^0.6.3
lints: ^1.0.0
protoc_plugin:
path: "../protoc_plugin"
dependency_overrides:
protobuf:
path: "../protobuf"