-
Notifications
You must be signed in to change notification settings - Fork 164
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 4c08af0
- Loading branch information
github-action-benchmark
committed
Mar 1, 2024
1 parent
716cdf7
commit 02e689d
Showing
1 changed file
with
37 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": 1709135222909, | ||
"lastUpdate": 1709314402224, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -121291,6 +121291,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Olivier Desenfans", | ||
"username": "odesenfans" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "4c08af0bee6f0106649b8efc24b8e2ca459895ba", | ||
"message": "Output builtin features for bootloader support (#1580)\n\n* Output builtin features for bootloader support\n\nThis commit introduces the following features/changes:\n\n* Paging: pages can now be added to the output builtin. These pages are\n reflected in the public memory of the VM when exporting the public\n input.\n* The state of the output builtin can now be modified using\n the new `set_state` method.\n* The output builtin can now handle attributes. These are used to\n generate the fact topologies of the bootloader.\n\n* clippy + coverage fixes\n\n* revert pub(crate) for base field\n\n* remove from_segment\n\n* changelog\n\n* Fix: use dedicated struct to store the output builtin state\n\nThe `get_state` and `set_state` methods now rely on the new\n`OutputBuiltinState` struct. Rolled back the introduction of the base\nfield in `OutputBuiltinAdditionalData`.\n\n* fix coverage", | ||
"timestamp": "2024-03-01T17:03:35Z", | ||
"tree_id": "ed4005d1b6df18e12bdf60c8801f1d5aac3e6f2e", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/4c08af0bee6f0106649b8efc24b8e2ca459895ba" | ||
}, | ||
"date": 1709314396187, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 21219, | ||
"range": "± 257", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11885189, | ||
"range": "± 540976", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|