Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 5afcfa1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 4, 2024
1 parent c0e2f56 commit e030eac
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": 1723660417473,
"lastUpdate": 1725474535120,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -5354,6 +5354,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": "5afcfa11bf229e70dd0a266c791d2e411048ea31",
"message": "Merge pull request #190 from metaplex-foundation/chore/client-2.0\n\nRemoving upper limit from client crate",
"timestamp": "2024-09-04T14:18:40-04:00",
"tree_id": "c073e415629ce199aee7e05bf65c52f8c01e44d1",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/5afcfa11bf229e70dd0a266c791d2e411048ea31"
},
"date": 1725474534238,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "CU: create a new, empty asset",
"value": 10577,
"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": 22051,
"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": 39618,
"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": 45640,
"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": 38670,
"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": 50967,
"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": 55886,
"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": 14532,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins and empty collection",
"value": 17130,
"unit": "Compute Units"
}
]
}
]
}
Expand Down

0 comments on commit e030eac

Please sign in to comment.