Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
c78ef3c1ddac7cc85c0b77e14df091b2b185ae60
/
.
/
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
;
}