-
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 4a54cdc
- Loading branch information
github-action-benchmark
committed
Jan 16, 2025
1 parent
48e67e3
commit f794955
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": 1737000270195, | ||
"lastUpdate": 1737000474687, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -45628,6 +45628,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Larko", | ||
"username": "Larkooo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4a54cdcc6baff0b2511331f245c2d847468a7123", | ||
"message": "feat(torii-indexer): parallelize models & event messages (#2912)\n\n* feat(torii-indexer): natural priority in parallelized tasks for model processing\n\n* btreemap of priorities\n\n* more verbose error handling & get rid of bit masking task id\n\n* store all raw events regardless of erc or world\n\n* fmt\n\n* parallelize event emitted\n\n* need to use event data", | ||
"timestamp": "2025-01-15T21:51:35-06:00", | ||
"tree_id": "cfa419a11206c04c4a5a24e458b2e1b466cb1d77", | ||
"url": "https://github.com/dojoengine/dojo/commit/4a54cdcc6baff0b2511331f245c2d847468a7123" | ||
}, | ||
"date": 1737000472877, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 10693002826, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|