Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d441619
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 14, 2024
1 parent ca5b749 commit 0c9c2da
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1710402481446,
"lastUpdate": 1710418364477,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2728,6 +2728,36 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "greged93",
"username": "greged93"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d441619c66238b307264c67d02b2fee95bb01056",
"message": "feat(katana): add simulate transactions (#1590)\n\n* add simulation to the RPC\r\n\r\n* simulate transaction on sequencer\r\n\r\n* add `new_query`\r\n\r\n* add fee type\r\n\r\n* lint\r\n\r\n* update to `simulate_transactions`\r\n\r\n* remove `simulation.rs`\r\n\r\n* individual parameters for `simulate_transactions`\r\n\r\n* lint rebase\r\n\r\n* update to fit spec\r\n\r\n* pin link",
"timestamp": "2024-03-14T20:03:09+08:00",
"tree_id": "f5f197e0ce85808678ef945c4030943fefbd183a",
"url": "https://github.com/dojoengine/dojo/commit/d441619c66238b307264c67d02b2fee95bb01056"
},
"date": 1710418363953,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 1025204,
"range": "± 66550",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 0c9c2da

Please sign in to comment.