diff --git a/data.js b/data.js index f3a548d66c..3593bc11fe 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1735939945268, + "lastUpdate": 1736182172612, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -126151,6 +126151,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "gonzalezcalderonjulian@gmail.com", + "name": "Julian Gonzalez Calderon", + "username": "JulianGCalderon" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "259487e5c12fe1fd5912ea540b075a5f4a98456a", + "message": "Consolidate VM documentation (#1866)\n\n* Add tooling section\n\n* Link to new section with doc\n\n* Copy documentation\n\n* Remove unused section\n\n* Fix typo\n\n* Clean up doc\n\n* Add instruction format section\n\n* Add more todos\n\n* Add description to some tools\n\n* Ack doc source\n\n* Add hint and builtin documentation\n\n* Remove extra todo\n\n* Fix grammar error\n\n* Update prover link\n\n* Mention Code Walkthrough\n\n* Remove TODO\n\n* Add example", + "timestamp": "2025-01-06T16:13:31Z", + "tree_id": "3b448596e129cc3253e96196f18c9a0cb8d70877", + "url": "https://github.com/lambdaclass/cairo-vm/commit/259487e5c12fe1fd5912ea540b075a5f4a98456a" + }, + "date": 1736182166629, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 14244, + "range": "± 133", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 8590836, + "range": "± 502091", + "unit": "ns/iter" + } + ] } ] }