From a5f21f4cea436fa749f2a320ba7e7ab63a4344a0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 15 Mar 2024 14:07:05 +0000 Subject: [PATCH] add Python Benchmark with pytest-benchmark (pytest) benchmark result for 819de9417a134f4fa6ba588e1d1c3b9d391b5166 --- dev/bench/data.js | 64 +++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index ab2f6b00775..30d36b117f2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,39 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710507496982, + "lastUpdate": 1710511625107, "repoUrl": "https://github.com/equinor/ert", "entries": { "Python Benchmark with pytest-benchmark": [ - { - "commit": { - "author": { - "email": "107626001+jonathan-eq@users.noreply.github.com", - "name": "Jonathan Karlsen", - "username": "jonathan-eq" - }, - "committer": { - "email": "noreply@github.com", - "name": "GitHub", - "username": "web-flow" - }, - "distinct": true, - "id": "e398b220b3206bcb73d87540446faf24fc7286f9", - "message": "Improve scheduler unit tests for scheduling_tasks exceptions (#7424)\n\nThis commit makes the unit tests more realistic by having specific error prone parts of the code raise exceptions rather than the entire scheduler method.", - "timestamp": "2024-03-12T13:25:20+01:00", - "tree_id": "8d75019569ce96390b54ebcee6fee83e47a6ce3f", - "url": "https://github.com/equinor/ert/commit/e398b220b3206bcb73d87540446faf24fc7286f9" - }, - "date": 1710246534120, - "tool": "pytest", - "benches": [ - { - "name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", - "value": 0.19091866319180323, - "unit": "iter/sec", - "range": "stddev: 0.06961334348982877", - "extra": "mean: 5.237832610399994 sec\nrounds: 5" - } - ] - }, { "commit": { "author": { @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = { "extra": "mean: 5.227820548200009 sec\nrounds: 5" } ] + }, + { + "commit": { + "author": { + "email": "havb@equinor.com", + "name": "Håvard Berland", + "username": "berland" + }, + "committer": { + "email": "berland@pvv.ntnu.no", + "name": "Håvard Berland", + "username": "berland" + }, + "distinct": true, + "id": "819de9417a134f4fa6ba588e1d1c3b9d391b5166", + "message": "Fix integration tests with real LSF cluster\n\nThe LSF driver writes its job script to disk and sends that script path\nto the LSF cluster through bsub. If the job script is not on a shared\ndisk the job will fail silently.", + "timestamp": "2024-03-15T15:03:57+01:00", + "tree_id": "ca5b095e7e69492d8300fb3268c6d6036846afc8", + "url": "https://github.com/equinor/ert/commit/819de9417a134f4fa6ba588e1d1c3b9d391b5166" + }, + "date": 1710511624623, + "tool": "pytest", + "benches": [ + { + "name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", + "value": 0.18992629412739429, + "unit": "iter/sec", + "range": "stddev: 0.04214575572585793", + "extra": "mean: 5.265200400999999 sec\nrounds: 5" + } + ] } ] }