Sign in
flutter
/
third_party
/
protobuf
/
1b6869ed2c908c24f0b61cbf22d321e83152e5f1
/
.
/
rust
/
test
/
benchmarks
/
bench_data.proto
blob: 6ab04d200d75410846e3829142ae131948af099e [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
benchmarks
;
message
BenchData
{
string
name
=
1
;
float
num1
=
2
;
int32
num2
=
3
;
repeated
BenchData
subs
=
4
;
repeated
int32
nums
=
5
;
BenchData
recursive
=
6
;
}