From dafb8fcf59fe585e0bbcfe25c06a39d8493273d6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 21 Dec 2023 09:24:34 +0000 Subject: [PATCH] add Python Benchmark with pytest-benchmark (pytest) benchmark result for 86a702b4ca626295b5f56eebd49ff685326fcf09 --- dev/bench/data.js | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 48736f10f34..b04b8beba99 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1703145410725, + "lastUpdate": 1703150674839, "repoUrl": "https://github.com/equinor/ert", "entries": { "Python Benchmark with pytest-benchmark": [ @@ -931,6 +931,37 @@ window.BENCHMARK_DATA = { "extra": "mean: 158.7680619999882 msec\nrounds: 6" } ] + }, + { + "commit": { + "author": { + "email": "feda.curic@gmail.com", + "name": "Feda Curic", + "username": "dafeda" + }, + "committer": { + "email": "feda.curic@gmail.com", + "name": "Feda Curic", + "username": "dafeda" + }, + "distinct": true, + "id": "86a702b4ca626295b5f56eebd49ff685326fcf09", + "message": "Remove try-except around loading responses\n\nFunction should raise if errors are encountered", + "timestamp": "2023-12-21T10:22:05+01:00", + "tree_id": "6d6929adede278a591cb8ab81dfbc679fa9f06be", + "url": "https://github.com/equinor/ert/commit/86a702b4ca626295b5f56eebd49ff685326fcf09" + }, + "date": 1703150674435, + "tool": "pytest", + "benches": [ + { + "name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", + "value": 6.339217031133024, + "unit": "iter/sec", + "range": "stddev: 0.01950900357310038", + "extra": "mean: 157.7481880000041 msec\nrounds: 6" + } + ] } ] }