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 c3d9e34
  • Loading branch information
github-action-benchmark committed Dec 13, 2023
1 parent eda61f0 commit 495c334
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": 1702464143826,
"lastUpdate": 1702473210316,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -95,6 +95,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 159.04207666666062 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "c3d9e34d463d263875b3d21fb1ed0ee5dbf6e9fa",
"message": "Let the Scheduler ensemble be stoppable from evaluator.py\n\nFor some reason, kill_all_jobs() was not able to kill tasks,\nseemingly the await self.returncode call was blocking. Solved\nby \"busy waiting\" with asyncio.sleep to let the async code accept\nthe cancellation.",
"timestamp": "2023-12-13T14:10:57+01:00",
"tree_id": "039b0c5d842c2508095f088c17ff15f7487a08f3",
"url": "https://github.com/equinor/ert/commit/c3d9e34d463d263875b3d21fb1ed0ee5dbf6e9fa"
},
"date": 1702473209899,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.49684861587087,
"unit": "iter/sec",
"range": "stddev: 0.00208765481828311",
"extra": "mean: 153.9207790000129 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 495c334

Please sign in to comment.