-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Python Benchmark with pytest-benchmark (pytest) benchmark result …
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|