From 4e1f83c5432de3fc360ed39290e6f200b41df282 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 9 Aug 2024 23:43:30 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for 7461b53ef85e0497b15863dff6472e20b049965b --- data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index b086a83731..79489c4afb 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723234157276, + "lastUpdate": 1723247010152, "repoUrl": "https://github.com/dojoengine/dojo", "entries": { "Benchmark": [ @@ -14884,6 +14884,54 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "remy.baranx@gmail.com", + "name": "Rémy Baranx", + "username": "remybar" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "7461b53ef85e0497b15863dff6472e20b049965b", + "message": "expose resources through resource() function in world API (#2266)\n\n* expose resources through resource() function in world API\r\n\r\n* add a test to improve code coverage\r\n\r\n* fix: add script to build spawn and move only\r\n\r\n* fix: adjustement for dev pipeline\r\n\r\n* fix: add missing sozo exec permission\r\n\r\n---------\r\n\r\nCo-authored-by: glihm ", + "timestamp": "2024-08-09T19:24:17-04:00", + "tree_id": "53818fbffbf53aa675acdea7ec5d2e34c54304a9", + "url": "https://github.com/dojoengine/dojo/commit/7461b53ef85e0497b15863dff6472e20b049965b" + }, + "date": 1723247009321, + "tool": "cargo", + "benches": [ + { + "name": "decompress world contract", + "value": 17579171, + "range": "± 282734", + "unit": "ns/iter" + }, + { + "name": "Concurrent.Simulate/Blockifier.1", + "value": 3794234, + "range": "± 121095", + "unit": "ns/iter" + }, + { + "name": "Concurrent.Simulate/Blockifier.1000", + "value": 3921118490, + "range": "± 814335660", + "unit": "ns/iter" + }, + { + "name": "Invoke.ERC20.transfer/Blockifier.Cold", + "value": 3949440, + "range": "± 64664", + "unit": "ns/iter" + } + ] } ] }