-
Notifications
You must be signed in to change notification settings - Fork 188
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 0d3c0b0
- Loading branch information
github-action-benchmark
committed
Jun 22, 2024
1 parent
615eaba
commit 3d910e6
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": 1719006142809, | ||
"lastUpdate": 1719022250352, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10138,6 +10138,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Neo", | ||
"username": "neotheprogramist" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0d3c0b0d5a36e36e003ce8ef066054d54a3c4041", | ||
"message": "[saya] Publish proof to Celestia (#2053)\n\n* updated celestia and publishing proof\r\n\r\n* specifying whether to include proof blob\r\n\r\n* fix: cleanup\r\n\r\n---------\r\n\r\nCo-authored-by: Mateusz Zając <[email protected]>\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-06-21T19:59:15-06:00", | ||
"tree_id": "fbd293e3bbee3f4f58b9fae39db2746d489f69ca", | ||
"url": "https://github.com/dojoengine/dojo/commit/0d3c0b0d5a36e36e003ce8ef066054d54a3c4041" | ||
}, | ||
"date": 1719022249590, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16482174, | ||
"range": "± 178785", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|