Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,11 @@ tasks:
gen-datasets:
desc: >-
Regenerate benchmark datasets from the gen-datasets binary. Uses a fixed
RNG seed, so api_response.pb and analytics_event.pb are byte-reproducible.
log_record.pb is NOT — its map<string,string> field encodes in HashMap
iteration order (random per process). Don't commit log_record.pb churn
unless the schema or generator logic changed.
RNG seed, so api_response.pb, analytics_event.pb, and
google_message1_proto3.pb are byte-reproducible. log_record.pb and
media_frame.pb are NOT — their map fields encode in HashMap iteration
order (random per process). Don't commit log_record.pb or media_frame.pb
churn unless the schema or generator logic changed.
dir: benchmarks/gen-datasets
cmds:
- cargo run
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/gen-datasets/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading