-
Notifications
You must be signed in to change notification settings - Fork 176
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 339e9c1
- Loading branch information
github-action-benchmark
committed
Nov 26, 2024
1 parent
100c707
commit 9f53127
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": 1732634335737, | ||
"lastUpdate": 1732638489392, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -36190,6 +36190,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "glihm", | ||
"username": "glihm" | ||
}, | ||
"distinct": true, | ||
"id": "339e9c1379fb6509b33450fb9f31f4ec15b0677d", | ||
"message": "fix(chore): update Cargo.lock", | ||
"timestamp": "2024-11-26T10:11:45-06:00", | ||
"tree_id": "94d90800bf7b3d8e48bde1b63054821b1cd4c9f2", | ||
"url": "https://github.com/dojoengine/dojo/commit/339e9c1379fb6509b33450fb9f31f4ec15b0677d" | ||
}, | ||
"date": 1732638488044, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 10467002335, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|