-
Notifications
You must be signed in to change notification settings - Fork 186
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 b8ed6db
- Loading branch information
github-action-benchmark
committed
Apr 1, 2024
1 parent
37eb81a
commit dfb667c
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": 1711861651998, | ||
"lastUpdate": 1711939110288, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3748,6 +3748,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "b8ed6dbdf250293b6fa38676a63bf489ecd226f0", | ||
"message": "feat: use the manifest for dojo bindgen (#1732)\n\n* feat: add manifest support for the plugin\r\n\r\n* feat: replace the file parsing by using the manifest for bindgen\r\n\r\n* fix: remove old comments", | ||
"timestamp": "2024-03-31T20:29:11-06:00", | ||
"tree_id": "30ef418e4a9c68365b2ab7a4c37d23da4edbd453", | ||
"url": "https://github.com/dojoengine/dojo/commit/b8ed6dbdf250293b6fa38676a63bf489ecd226f0" | ||
}, | ||
"date": 1711939109825, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16840974, | ||
"range": "± 194126", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|