-
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 ee06e56
- Loading branch information
github-action-benchmark
committed
Sep 27, 2024
1 parent
abfee0c
commit ede8056
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": 1727349256967, | ||
"lastUpdate": 1727401420356, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22768,6 +22768,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": "ee06e5606f070a5dad7c52248974e8204cd080a2", | ||
"message": "fix: use name for contract interface to be consistent (#2482)", | ||
"timestamp": "2024-09-26T20:27:23-05:00", | ||
"tree_id": "50b8e3313745d4bd1a366ba9487fe33ed62f6506", | ||
"url": "https://github.com/dojoengine/dojo/commit/ee06e5606f070a5dad7c52248974e8204cd080a2" | ||
}, | ||
"date": 1727401418953, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 11782068378, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|