-
Notifications
You must be signed in to change notification settings - Fork 191
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 74ccf13
- Loading branch information
github-action-benchmark
committed
Jan 18, 2025
1 parent
a15137c
commit 1bd8091
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": 1737167682022, | ||
"lastUpdate": 1737175578368, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -46330,6 +46330,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": "74ccf1331a329393b6a79dcdb36b72eab11f41be", | ||
"message": "fix(sozo): return error if inspect doesn't find resource (#2920)", | ||
"timestamp": "2025-01-17T22:30:06-06:00", | ||
"tree_id": "7c42bb69646a6f58b50e34297358e6a30fb03944", | ||
"url": "https://github.com/dojoengine/dojo/commit/74ccf1331a329393b6a79dcdb36b72eab11f41be" | ||
}, | ||
"date": 1737175576344, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 11463041395, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|