-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching to memmove where it makes sense #198
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
Benchmark suite | Current: 0c06d32 | Previous: 729fde8 | Ratio |
---|---|---|---|
CU: create a new, empty asset |
11082 Compute Units |
11082 Compute Units |
1 |
Space: create a new, empty asset |
91 Bytes |
91 Bytes |
1 |
CU: create a new, empty asset with empty collection |
22555 Compute Units |
22555 Compute Units |
1 |
Space: create a new, empty asset with empty collection |
91 Bytes |
91 Bytes |
1 |
CU: create a new asset with plugins |
40123 Compute Units |
40123 Compute Units |
1 |
Space: create a new asset with plugins |
194 Bytes |
194 Bytes |
1 |
CU: create a new asset with plugins and empty collection |
46145 Compute Units |
46145 Compute Units |
1 |
Space: create a new asset with plugins and empty collection |
194 Bytes |
194 Bytes |
1 |
CU: list an asset |
30237 Compute Units |
30237 Compute Units |
1 |
CU: sell an asset |
38699 Compute Units |
38824 Compute Units |
1.00 |
CU: list an asset with empty collection |
37795 Compute Units |
37795 Compute Units |
1 |
CU: sell an asset with empty collection |
51027 Compute Units |
51152 Compute Units |
1.00 |
CU: list an asset with collection royalties |
38499 Compute Units |
38499 Compute Units |
1 |
CU: sell an asset with collection royalties |
55952 Compute Units |
56077 Compute Units |
1.00 |
CU: transfer an empty asset |
6320 Compute Units |
6320 Compute Units |
1 |
CU: transfer an empty asset with empty collection |
8918 Compute Units |
8918 Compute Units |
1 |
CU: transfer an asset with plugins |
14604 Compute Units |
14604 Compute Units |
1 |
CU: transfer an asset with plugins and empty collection |
17202 Compute Units |
17202 Compute Units |
1 |
This comment was automatically generated by workflow using github-action-benchmark.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.