Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 729fde8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 6, 2024
1 parent 59f1693 commit 6b55fd6
Showing 1 changed file with 115 additions and 1 deletion.
116 changes: 115 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1733526593662,
"lastUpdate": 1733527528610,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -6148,6 +6148,120 @@ window.BENCHMARK_DATA = {
"unit": "Compute Units"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "blockiosaurus",
"username": "blockiosaurus"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "729fde8e9d4a0445d2d856e88a94454b074a4437",
"message": "Merge pull request #200 from metaplex-foundation/feat/benchmark-summary\n\nAdding benchmark summaries.",
"timestamp": "2024-12-06T18:20:57-05:00",
"tree_id": "c669ab80224b4f6c8e0d172ceaf0e4a33d4821c0",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/729fde8e9d4a0445d2d856e88a94454b074a4437"
},
"date": 1733527528096,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "CU: create a new, empty asset",
"value": 11082,
"unit": "Compute Units"
},
{
"name": "Space: create a new, empty asset",
"value": 91,
"unit": "Bytes"
},
{
"name": "CU: create a new, empty asset with empty collection",
"value": 22555,
"unit": "Compute Units"
},
{
"name": "Space: create a new, empty asset with empty collection",
"value": 91,
"unit": "Bytes"
},
{
"name": "CU: create a new asset with plugins",
"value": 40123,
"unit": "Compute Units"
},
{
"name": "Space: create a new asset with plugins",
"value": 194,
"unit": "Bytes"
},
{
"name": "CU: create a new asset with plugins and empty collection",
"value": 46145,
"unit": "Compute Units"
},
{
"name": "Space: create a new asset with plugins and empty collection",
"value": 194,
"unit": "Bytes"
},
{
"name": "CU: list an asset",
"value": 30237,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset",
"value": 38824,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with empty collection",
"value": 37795,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with empty collection",
"value": 51152,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with collection royalties",
"value": 38499,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with collection royalties",
"value": 56077,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset",
"value": 6320,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset with empty collection",
"value": 8918,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins",
"value": 14604,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins and empty collection",
"value": 17202,
"unit": "Compute Units"
}
]
}
]
}
Expand Down

0 comments on commit 6b55fd6

Please sign in to comment.