Skip to content

Commit

Permalink
sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jun 13, 2024
1 parent c768a83 commit 01de821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/blob/benches/auxkey_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ fn make_blob_v1() -> Vec<u8> {
put_payloads::<MarkerD>(&mut exporter);
exporter.close().unwrap();
drop(exporter);
assert_eq!(blob.len(), 133578);
assert_eq!(blob.len(), 115274);
assert!(blob.len() > 100);
blob
}
Expand All @@ -288,7 +288,7 @@ fn make_blob_v2() -> Vec<u8> {
put_payloads::<MarkerD>(&mut exporter);
exporter.close().unwrap();
drop(exporter);
assert_eq!(blob.len(), 34306);
assert_eq!(blob.len(), 32982);
assert!(blob.len() > 100);
blob
}
Expand Down

0 comments on commit 01de821

Please sign in to comment.