-
Notifications
You must be signed in to change notification settings - Fork 182
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 4a6cad5
- Loading branch information
github-action-benchmark
committed
Feb 7, 2024
1 parent
44749be
commit b5bfc30
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": 1707328585576, | ||
"lastUpdate": 1707332138913, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1048,6 +1048,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jelilat Anofiu", | ||
"username": "jelilat" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4a6cad5f21d8da71714ae6ff48c9cc6ecaae642a", | ||
"message": "update dead links (#1523)", | ||
"timestamp": "2024-02-07T12:46:12-06:00", | ||
"tree_id": "f2d012c3f626815f8cf29e8a3ca02f17e25ce44d", | ||
"url": "https://github.com/dojoengine/dojo/commit/4a6cad5f21d8da71714ae6ff48c9cc6ecaae642a" | ||
}, | ||
"date": 1707332137892, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 990072, | ||
"range": "± 49705", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|