diff --git a/dev/bench/data.js b/dev/bench/data.js index 42834f4dbc4..e32f554a329 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,39 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1706097380597, + "lastUpdate": 1706098981610, "repoUrl": "https://github.com/equinor/ert", "entries": { "Python Benchmark with pytest-benchmark": [ - { - "commit": { - "author": { - "email": "jparu@equinor.com", - "name": "xjules", - "username": "xjules" - }, - "committer": { - "email": "jparu@equinor.com", - "name": "Julius Parulek", - "username": "xjules" - }, - "distinct": true, - "id": "f687bbad1a029a1be675885817ab29d618ebf9db", - "message": "Cancel correctly tasks from sync context in Scheduler\n\nWhen stopping the executing from ee, which runs in another thread, we need to use the correct loop\nwhen cancelling the job tasks. Further, we just signal to cancel therefore we don't need to await\nfor the tasks to finish. This is handled in the Scheduler.execute - asyncio.gather.\n\nThere two functions (kill_all_jobs and cancel_all_jobs) to cancel the tasks in the Scheduler. kill_all_jobs is meant to be used from sync context.", - "timestamp": "2024-01-12T13:44:47+01:00", - "tree_id": "62bb8cfbb5d9d3920511e4b73be0bbbd3f9f86e1", - "url": "https://github.com/equinor/ert/commit/f687bbad1a029a1be675885817ab29d618ebf9db" - }, - "date": 1705063650251, - "tool": "pytest", - "benches": [ - { - "name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", - "value": 6.614316614231362, - "unit": "iter/sec", - "range": "stddev: 0.0017013985557833187", - "extra": "mean: 151.18719866666197 msec\nrounds: 6" - } - ] - }, { "commit": { "author": { @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = { "extra": "mean: 150.1897670000062 msec\nrounds: 5" } ] + }, + { + "commit": { + "author": { + "email": "yngve-sk@users.noreply.github.com", + "name": "Yngve S. Kristiansen", + "username": "yngve-sk" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "05f26d7f0aab3612652667c5361e81a0c7c908f8", + "message": "Clarify gen data docs\n\n* Clarify GEN_DATA docs", + "timestamp": "2024-01-24T13:20:24+01:00", + "tree_id": "7657aed45aa04b17f54428e2bda441f2b4507d20", + "url": "https://github.com/equinor/ert/commit/05f26d7f0aab3612652667c5361e81a0c7c908f8" + }, + "date": 1706098981094, + "tool": "pytest", + "benches": [ + { + "name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", + "value": 6.630288598149747, + "unit": "iter/sec", + "range": "stddev: 0.001910581108224423", + "extra": "mean: 150.82299740000167 msec\nrounds: 5" + } + ] } ] }