-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for a20b53c
- Loading branch information
github-action-benchmark
committed
Oct 19, 2024
1 parent
3c5b203
commit d317aef
Showing
1 changed file
with
49 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": 1729358546040, | ||
"lastUpdate": 1729358739799, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -27166,6 +27166,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ammar Arif", | ||
"username": "kariy" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a20b53c5b5e09f556f4c0ffac2bd1b0c9104946c", | ||
"message": "feat(katana): commitment fields in block header (#2560)\n\nAdd new fields for block commitments; `state_diff_commitment`, `transactions_commitment`, `receipts_commitment`, `events_commitment`, `transaction_count`, `events_count`. as described in the starknet [docs](https://docs.starknet.io/architecture-and-concepts/network-architecture/block-structure/).\r\n\r\nAlso removed `SealedHeader` and flatten the hash computation logic into `SealedBlock` directly.", | ||
"timestamp": "2024-10-20T01:06:13+08:00", | ||
"tree_id": "c1786e948b15a005524f659ae2d106c3697625ef", | ||
"url": "https://github.com/dojoengine/dojo/commit/a20b53c5b5e09f556f4c0ffac2bd1b0c9104946c" | ||
}, | ||
"date": 1729358737642, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16359124, | ||
"range": "± 228848", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 4529289, | ||
"range": "± 548805", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3816143897, | ||
"range": "± 784588670", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 4650884, | ||
"range": "± 488008", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|