From 47d1a7eb82a59275a5f98e74d0ac9ca34a8b0162 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 22 Feb 2024 16:01:17 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for 59254f4c53594217e0182e04008e56df5c187889 --- data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index afd7315315..0d0a7c19f6 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1708536300437, + "lastUpdate": 1708617677381, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -121111,6 +121111,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "desenfans.olivier@gmail.com", + "name": "Olivier Desenfans", + "username": "odesenfans" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "59254f4c53594217e0182e04008e56df5c187889", + "message": "Feature: deserialize AIR private input (#1589)\n\n* Feature: deserialize AIR private input\n\nAdded an implementation of `From` for\nAirPrivateInput.\n\n* add test\n\n* changelog\n\n* fix wasm builds", + "timestamp": "2024-02-22T15:32:21Z", + "tree_id": "0a06c3542682b9dd656748d09596e7895c8a227c", + "url": "https://github.com/lambdaclass/cairo-vm/commit/59254f4c53594217e0182e04008e56df5c187889" + }, + "date": 1708617670874, + "tool": "cargo", + "benches": [ + { + "name": "initialize", + "value": 24214, + "range": "± 66", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 11614795, + "range": "± 508378", + "unit": "ns/iter" + } + ] } ] }