Skip to content

Commit

Permalink
chore: add flow test input files update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TzahiTaub committed Jul 22, 2024
1 parent 2e85680 commit db53ceb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/committer_cli/benches/committer_bench.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#![allow(clippy::unwrap_used)]

// This file is for benchmarking the committer flow.
// The input files for the different benchmarks are downloaded from GCS, using the prefix stored in
// committer_cli/src/tests/flow_test_files_prefix. In order to update them, generate a new random
// prefix (the hash of the initial new commit can be used) and update it in the mentioned file.
// Then upload the new files to GCS with this new prefix (run e.g.,
// gcloud storage cp LOCAL_FILE gs://committer-testing-artifacts/NEW_PREFIX/tree_flow_inputs.json).

use std::{collections::HashMap, sync::Arc};

use committer::{
Expand Down

0 comments on commit db53ceb

Please sign in to comment.