-
Notifications
You must be signed in to change notification settings - Fork 184
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 3976f31
- Loading branch information
github-action-benchmark
committed
Mar 27, 2024
1 parent
ac89e00
commit 22bb2cc
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": 1711502543029, | ||
"lastUpdate": 1711512877354, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3358,6 +3358,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Fabricio Robles", | ||
"username": "fabrobles92" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "3976f31d5f5fa8a957b37a6d2741a456886c904a", | ||
"message": "Sozo CLI --version displaying more info (#1710)\n\n* Creation of fn generate_version that gathers versions of requested tools.\r\n\r\n* fix: ensure saya test always wait tx to be executed\r\n\r\n* fix: fmt\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-03-26T22:05:00-06:00", | ||
"tree_id": "10b37dd5b80f2a4c9517723f781b6c7e566e52d3", | ||
"url": "https://github.com/dojoengine/dojo/commit/3976f31d5f5fa8a957b37a6d2741a456886c904a" | ||
}, | ||
"date": 1711512876902, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17509780, | ||
"range": "± 53203", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|