-
Notifications
You must be signed in to change notification settings - Fork 188
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 34e56d6
- Loading branch information
github-action-benchmark
committed
Jan 14, 2025
1 parent
676503f
commit 7c90687
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": 1736876789574, | ||
"lastUpdate": 1736880711451, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -44926,6 +44926,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": "34e56d6dc8d047d9972535824de6596c6cf58b2c", | ||
"message": "feat(sozo): apply semver to tag versions (#2909)\n\nfeat: apply semver to tag versions", | ||
"timestamp": "2025-01-14T12:35:00-06:00", | ||
"tree_id": "2392aef73266104793da4d5a4849750062d8116c", | ||
"url": "https://github.com/dojoengine/dojo/commit/34e56d6dc8d047d9972535824de6596c6cf58b2c" | ||
}, | ||
"date": 1736880709728, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 11115964718, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|