Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
add Benchmark (customBiggerIsBetter) benchmark result for cc38285
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 5, 2023
1 parent fdd4fc4 commit 2af588e
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 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": 1688489853604,
"lastUpdate": 1688546171581,
"repoUrl": "https://github.com/keep-starknet-strange/madara",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7742,6 +7742,54 @@ window.BENCHMARK_DATA = {
"extra": "CPU Count: 16\nCPU Model: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz\nCPU Speed (MHz): 3000\nTotal Memory: 32.822730752 GB\nPlatform: linux\nRelease: 5.19.0-1025-aws\nArchitecture: x64"
}
]
},
{
"commit": {
"author": {
"email": "70894690+LucasLvy@users.noreply.github.com",
"name": "Lucas @ StarkWare",
"username": "LucasLvy"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cc38285454aab53bcb3105bdcc947ce18799b237",
"message": "test: add full cairo 1 test flow (#814)",
"timestamp": "2023-07-05T10:19:47+02:00",
"tree_id": "23dd10077991db333d977bcc6baf2cea022cf88e",
"url": "https://github.com/keep-starknet-strange/madara/commit/cc38285454aab53bcb3105bdcc947ce18799b237"
},
"date": 1688546170796,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Average Extrinsics per block",
"value": 689,
"unit": "extrinsics/block",
"extra": "CPU Count: 16\nCPU Model: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz\nCPU Speed (MHz): 3600\nTotal Memory: 32.822730752 GB\nPlatform: linux\nRelease: 5.19.0-1025-aws\nArchitecture: x64"
},
{
"name": "Average TPS",
"value": 114.83333333333333,
"unit": "tps",
"extra": "CPU Count: 16\nCPU Model: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz\nCPU Speed (MHz): 3600\nTotal Memory: 32.822730752 GB\nPlatform: linux\nRelease: 5.19.0-1025-aws\nArchitecture: x64"
},
{
"name": "Average Extrinsics per block (ERC721 mints)",
"value": 575,
"unit": "extrinsics/block",
"extra": "CPU Count: 16\nCPU Model: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz\nCPU Speed (MHz): 3000\nTotal Memory: 32.822730752 GB\nPlatform: linux\nRelease: 5.19.0-1025-aws\nArchitecture: x64"
},
{
"name": "Average TPS (ERC721 mints)",
"value": 95.83333333333333,
"unit": "tps",
"extra": "CPU Count: 16\nCPU Model: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz\nCPU Speed (MHz): 3000\nTotal Memory: 32.822730752 GB\nPlatform: linux\nRelease: 5.19.0-1025-aws\nArchitecture: x64"
}
]
}
]
}
Expand Down

0 comments on commit 2af588e

Please sign in to comment.