-
Notifications
You must be signed in to change notification settings - Fork 182
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 45fa7dc
- Loading branch information
github-action-benchmark
committed
Jun 21, 2024
1 parent
baaaaf6
commit e92e19a
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": 1718884643810, | ||
"lastUpdate": 1719000297241, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10078,6 +10078,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": "45fa7dc12ef292ef9e59a043e6be0a4248a19a12", | ||
"message": "feat(torii-grpc): add events subscription (#2065)", | ||
"timestamp": "2024-06-21T13:53:18-06:00", | ||
"tree_id": "af7b9a65e325c74c8330f350b3e4de57d1f09d2f", | ||
"url": "https://github.com/dojoengine/dojo/commit/45fa7dc12ef292ef9e59a043e6be0a4248a19a12" | ||
}, | ||
"date": 1719000296461, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16452157, | ||
"range": "± 149652", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|