-
Notifications
You must be signed in to change notification settings - Fork 190
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 fde72d7
- Loading branch information
github-action-benchmark
committed
Jan 13, 2025
1 parent
d5382d3
commit 67d86ef
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": 1736785636225, | ||
"lastUpdate": 1736811294081, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -44536,6 +44536,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Rémy Baranx", | ||
"username": "remybar" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "fde72d763f369edd4c7fbf069655e999d6d9b36e", | ||
"message": "feat(sozo): split hash command into 'hash compute' and 'hash find' (#2892)\n\n* sozo: split hash command into hash compute and hash find\r\n\r\n* after review\r\n\r\n* fix: run fmt\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2025-01-13T17:18:13-06:00", | ||
"tree_id": "e68b1210ed4bf89170668c7bb5cfa681a9cb3e80", | ||
"url": "https://github.com/dojoengine/dojo/commit/fde72d763f369edd4c7fbf069655e999d6d9b36e" | ||
}, | ||
"date": 1736811292364, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 10588214790, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|