-
Notifications
You must be signed in to change notification settings - Fork 174
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 683620c
- Loading branch information
github-action-benchmark
committed
May 1, 2024
1 parent
965f513
commit c7ac7f2
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": 1714495386948, | ||
"lastUpdate": 1714531461627, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -6718,6 +6718,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tirth Bharatiya", | ||
"username": "btirth" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "683620cee12e1de5efabdc6d4a33fb6425a4e262", | ||
"message": "[sozo] add trace logs (#1867)\n\n* Added trace logs for Sozo.\r\n\r\n* Added Sozo trace logs.\r\n\r\n* Updated Sozo trace logs.\r\n\r\n* Updated Sozo trace logs.\r\n\r\n* Updated Sozo trace logs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Updated Sozo trace logs.\r\n\r\n* Updated Sozo trace logs\r\n\r\nCo-authored-by: Ammar Arif <[email protected]>\r\n\r\n* Updated Sozo trace logs.\r\n\r\n* Removed json for Sozo log.\r\n\r\n* Removed LOG_TARGET for Sozo trace logs.\r\n\r\n* Updated Sozo trace logs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Updated Sozo trace logs - removed fetch keyword.\r\n\r\n* Resolved failing checks.\r\n\r\n* Updated Sozo trace logs.\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Updated Sozo trace logs.\r\n\r\n* fix: ensure sozo commands return expected Result\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>\r\nCo-authored-by: Ammar Arif <[email protected]>", | ||
"timestamp": "2024-04-30T20:35:49-06:00", | ||
"tree_id": "47d25d404e539606abc2ac5a463ec1e31c1c1843", | ||
"url": "https://github.com/dojoengine/dojo/commit/683620cee12e1de5efabdc6d4a33fb6425a4e262" | ||
}, | ||
"date": 1714531460899, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16949600, | ||
"range": "± 523780", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|