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