Skip to content

Commit

Permalink
remove unused progress attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lquenti committed Feb 24, 2024
1 parent 6bbb49c commit f12d621
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blackheap/src/assets/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ impl Operation {

#[derive(Clone, Serialize, Deserialize, Debug, PartialEq)]
struct BenchmarkStatus {
done: bool,
#[serde(rename = "access-sizes-done")]
access_sizes_done: Vec<u32>,
#[serde(rename = "access-sizes-missing")]
Expand All @@ -73,7 +72,6 @@ impl BenchmarkProgressToml {
let operation = Operation::from_is_read_op(benchmark.config.is_read_operation);

let status = BenchmarkStatus {
done: false,
access_sizes_done: vec![],
access_sizes_missing: access_sizes.to_vec(),
};
Expand Down

0 comments on commit f12d621

Please sign in to comment.