-
Notifications
You must be signed in to change notification settings - Fork 184
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 f1c5214
- Loading branch information
github-action-benchmark
committed
Aug 7, 2024
1 parent
531812a
commit 9b9865b
Showing
1 changed file
with
49 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": 1722911783786, | ||
"lastUpdate": 1723001306962, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -14548,6 +14548,54 @@ 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": "f1c521451eab22d240ae378f8b2a9c6ae981375f", | ||
"message": "feat(torii-grpc): add signed integers to grpc proto (#2239)\n\n* feat(torii-grpc): add signed integers to grpc proto\r\n\r\n* feat: add support to libp2p\r\n\r\n* refactor: correct order for proto primitive\r\n\r\n* refactor: specific formatting rules for primitives\r\n\r\n* feat: cover all correct primitive types for proto\r\n\r\n* feat: cast primitive to correct sql value for comparison & fix errors\r\n\r\n* fmt\r\n\r\n* feat: better error handling\r\n\r\n* fmt\r\n\r\n* chore: deref\r\n\r\n* chore: str ref\r\n\r\n* fmt\r\n\r\n* bool deref\r\n\r\n* fix: test\r\n\r\n* fix: graphql\r\n\r\n* fix: correct parsing\r\n\r\n* fmt\r\n\r\n* feat: all primitive strings are hex\r\n\r\n* chore: revert test\r\n\r\n* revert: where input\r\n\r\n* fix: where & ordering\r\n\r\n* remove print\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-08-06T23:08:26-04:00", | ||
"tree_id": "e780d470a5fada21c757a23e3aa7f28437331d15", | ||
"url": "https://github.com/dojoengine/dojo/commit/f1c521451eab22d240ae378f8b2a9c6ae981375f" | ||
}, | ||
"date": 1723001305840, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17516971, | ||
"range": "± 197378", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 4494885, | ||
"range": "± 418789", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 4031367815, | ||
"range": "± 914976162", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 4387174, | ||
"range": "± 343349", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|