generated from metaplex-foundation/solana-project-template
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for cbf1a9b
- Loading branch information
github-action-benchmark
committed
Jan 16, 2025
1 parent
3658b17
commit f3a00a1
Showing
1 changed file
with
115 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1736918690962, | ||
"lastUpdate": 1737068708236, | ||
"repoUrl": "https://github.com/metaplex-foundation/mpl-core", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7060,6 +7060,120 @@ window.BENCHMARK_DATA = { | |
"unit": "Compute Units" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Blockiosaurus", | ||
"username": "blockiosaurus" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Blockiosaurus", | ||
"username": "blockiosaurus" | ||
}, | ||
"distinct": true, | ||
"id": "cbf1a9bb8695ca44ad62009992df4841426e9bc3", | ||
"message": "Merge branch 'main' of github.com:metaplex-foundation/mpl-core", | ||
"timestamp": "2025-01-16T17:59:16-05:00", | ||
"tree_id": "ba4f0e9fa8d4f466670f0f1418745435735acf74", | ||
"url": "https://github.com/metaplex-foundation/mpl-core/commit/cbf1a9bb8695ca44ad62009992df4841426e9bc3" | ||
}, | ||
"date": 1737068707291, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "CU: create a new, empty asset", | ||
"value": 11205, | ||
"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": 22682, | ||
"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": 35181, | ||
"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": 41203, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "Space: create a new asset with plugins and empty collection", | ||
"value": 194, | ||
"unit": "Bytes" | ||
}, | ||
{ | ||
"name": "CU: list an asset", | ||
"value": 28103, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: sell an asset", | ||
"value": 44483, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: list an asset with empty collection", | ||
"value": 35665, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: sell an asset with empty collection", | ||
"value": 56835, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: list an asset with collection royalties", | ||
"value": 36436, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: sell an asset with collection royalties", | ||
"value": 61919, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: transfer an empty asset", | ||
"value": 6445, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: transfer an empty asset with empty collection", | ||
"value": 9044, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: transfer an asset with plugins", | ||
"value": 14770, | ||
"unit": "Compute Units" | ||
}, | ||
{ | ||
"name": "CU: transfer an asset with plugins and empty collection", | ||
"value": 17369, | ||
"unit": "Compute Units" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|