From 0c40535c413e4ebcc095b74401fe4bf0ce0113ba Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 8 Jan 2024 16:06:00 +0000 Subject: [PATCH] add Python Benchmark with pytest-benchmark (pytest) benchmark result for 0a64025cf795e50d9362840dfe9b6a0e4c3c3f2a --- 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 2bb27f89596..e34d38b66b6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1704460624368, + "lastUpdate": 1704729960019, "repoUrl": "https://github.com/equinor/ert", "entries": { "Python Benchmark with pytest-benchmark": [ @@ -2140,6 +2140,37 @@ window.BENCHMARK_DATA = { "extra": "mean: 165.50541650000147 msec\nrounds: 6" } ] + }, + { + "commit": { + "author": { + "email": "havb@equinor.com", + "name": "HÃ¥vard Berland", + "username": "berland" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "0a64025cf795e50d9362840dfe9b6a0e4c3c3f2a", + "message": "Ignore CancelledError when killing (#6909)\n\nAs this kill() is called from job.py when a CancelledError is\r\nhandled, some more exception handling is required here. Solves\r\na flaky test", + "timestamp": "2024-01-08T17:03:26+01:00", + "tree_id": "98d082ed73a13ecf33b312ac211c6304530c067b", + "url": "https://github.com/equinor/ert/commit/0a64025cf795e50d9362840dfe9b6a0e4c3c3f2a" + }, + "date": 1704729959518, + "tool": "pytest", + "benches": [ + { + "name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", + "value": 5.995391330693898, + "unit": "iter/sec", + "range": "stddev: 0.03291803311682125", + "extra": "mean: 166.79478366665043 msec\nrounds: 6" + } + ] } ] }