-
Notifications
You must be signed in to change notification settings - Fork 192
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 792b3c9
- Loading branch information
github-action-benchmark
committed
Jan 15, 2025
1 parent
b63e9ed
commit 8deb8ee
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": 1736957439616, | ||
"lastUpdate": 1736976574582, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -45316,6 +45316,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Luca Steeb", | ||
"username": "steebchen" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "792b3c9119add6a49c99b4fa873b66c4dd23e6d4", | ||
"message": "ci(docker): add missing ca-certificates and SSL certs copy (#2914)\n\nEnsure ca-certificates are installed and copied to the base image\r\nto support secure HTTPS connections where required.", | ||
"timestamp": "2025-01-15T15:12:23-06:00", | ||
"tree_id": "7554b904b1188095e4d75305634c886b621669e0", | ||
"url": "https://github.com/dojoengine/dojo/commit/792b3c9119add6a49c99b4fa873b66c4dd23e6d4" | ||
}, | ||
"date": 1736976572106, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 11486425340, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|