Skip to content

Commit

Permalink
[perf] re-calibrate single node numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Li authored and zekun000 committed Jun 27, 2024
1 parent 037f163 commit 1c2ee70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aptos-move/e2e-benchmark/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,22 @@ fn main() {
num_objects: 10,
object_payload_size: 0,
}),
(7130, EntryPoints::CreateObjects {
(7800, EntryPoints::CreateObjects {
num_objects: 10,
object_payload_size: 10 * 1024,
}),
(1250, EntryPoints::CreateObjects {
num_objects: 100,
object_payload_size: 0,
}),
(8570, EntryPoints::CreateObjects {
(9000, EntryPoints::CreateObjects {
num_objects: 100,
object_payload_size: 10 * 1024,
}),
(65, EntryPoints::InitializeVectorPicture { length: 40 }),
(14, EntryPoints::VectorPicture { length: 40 }),
(14, EntryPoints::VectorPictureRead { length: 40 }),
(27180, EntryPoints::InitializeVectorPicture {
(29000, EntryPoints::InitializeVectorPicture {
length: 30 * 1024,
}),
(4510, EntryPoints::VectorPicture { length: 30 * 1024 }),
Expand Down

0 comments on commit 1c2ee70

Please sign in to comment.