Skip to content

Commit

Permalink
update perf numbers from move2 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos committed Oct 30, 2024
1 parent 60862ba commit 49756d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aptos-move/e2e-benchmark/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }),
Expand Down

0 comments on commit 49756d1

Please sign in to comment.