diff --git a/aptos-move/e2e-benchmark/src/main.rs b/aptos-move/e2e-benchmark/src/main.rs index 00163e94356bb..7169989088d13 100644 --- a/aptos-move/e2e-benchmark/src/main.rs +++ b/aptos-move/e2e-benchmark/src/main.rs @@ -117,10 +117,10 @@ fn main() { num_objects: 100, object_payload_size: 10 * 1024, }), - (66, EntryPoints::InitializeVectorPicture { length: 40 }), + (61, EntryPoints::InitializeVectorPicture { length: 40 }), (16, EntryPoints::VectorPicture { length: 40 }), (16, EntryPoints::VectorPictureRead { length: 40 }), - (28299, EntryPoints::InitializeVectorPicture { + (23256, EntryPoints::InitializeVectorPicture { length: 30 * 1024, }), (5860, EntryPoints::VectorPicture { length: 30 * 1024 }),