Skip to content

Commit

Permalink
add Python Benchmark with pytest-benchmark (pytest) benchmark result …
Browse files Browse the repository at this point in the history
…for ba865c9
  • Loading branch information
github-action-benchmark committed Jan 3, 2024
1 parent 46558ab commit 17b3a3c
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704289150409,
"lastUpdate": 1704292563207,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -1675,6 +1675,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 161.60608633333595 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "xjules",
"username": "xjules"
},
"committer": {
"email": "[email protected]",
"name": "Julius Parulek",
"username": "xjules"
},
"distinct": true,
"id": "ba865c9afc8cd65b588de3f05f4242c05176d8e5",
"message": "Add stop_long_running_jobs funcitonality to Scheduler\n\nThis adds two tasks to scheduler. 1) Processing the finished jobs and computing the running average 2) Checking that the duration of still running jobs is bellow the threshold and kills those jobs otherwise.",
"timestamp": "2024-01-03T15:33:31+01:00",
"tree_id": "6fe26b4484db5e5ac7785ac4da5903d000f787e2",
"url": "https://github.com/equinor/ert/commit/ba865c9afc8cd65b588de3f05f4242c05176d8e5"
},
"date": 1704292562620,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 5.968291214812013,
"unit": "iter/sec",
"range": "stddev: 0.036683280106644275",
"extra": "mean: 167.5521458333359 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 17b3a3c

Please sign in to comment.