-
Notifications
You must be signed in to change notification settings - Fork 189
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 1d3ecb6
- Loading branch information
github-action-benchmark
committed
Mar 2, 2024
1 parent
5792483
commit e86e717
Showing
1 changed file
with
31 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": 1709242311541, | ||
"lastUpdate": 1709404369573, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2038,6 +2038,36 @@ 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": "1d3ecb61e3d7f104398b276332ddaf9be4240c5f", | ||
"message": "Bump `blockifier` rev for supporting higher fee transfer gas (#1598)\n\nbump blockifier rev", | ||
"timestamp": "2024-03-03T02:23:20+08:00", | ||
"tree_id": "1a5b1a3aa51b93193244c8dfcaca9c9abfb6ca1e", | ||
"url": "https://github.com/dojoengine/dojo/commit/1d3ecb61e3d7f104398b276332ddaf9be4240c5f" | ||
}, | ||
"date": 1709404369127, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 968119, | ||
"range": "± 69544", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|