-
Notifications
You must be signed in to change notification settings - Fork 110
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 98ed2ae
- Loading branch information
github-action-benchmark
committed
Nov 27, 2024
1 parent
55c872d
commit 0d1bc1e
Showing
1 changed file
with
32 additions
and
32 deletions.
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,39 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1732696934294, | ||
"lastUpdate": 1732699051057, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Frode Aarstad", | ||
"username": "frode-aarstad" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Frode Aarstad", | ||
"username": "frode-aarstad" | ||
}, | ||
"distinct": true, | ||
"id": "20e9fff2409a4a351887f45e0155dfb2e4208bd7", | ||
"message": "Remove unused files from test-data/open_shut_state_modifier", | ||
"timestamp": "2024-11-21T14:42:43+01:00", | ||
"tree_id": "8ad96d8afe86f8a0934bdc6237f2f3660606d88a", | ||
"url": "https://github.com/equinor/ert/commit/20e9fff2409a4a351887f45e0155dfb2e4208bd7" | ||
}, | ||
"date": 1732196674778, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.19354800105716952, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03929361310869673", | ||
"extra": "mean: 5.166676971800001 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -932,6 +901,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.231342857199996 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jonathan Karlsen", | ||
"username": "jonathan-eq" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Jonathan Karlsen", | ||
"username": "jonathan-eq" | ||
}, | ||
"distinct": true, | ||
"id": "98ed2ae82eabf30c101f4b35d33670a5abb84355", | ||
"message": "Have ensemble fail early when problems in monitor receiver task\n\nThis commit fixes the issue where monitor would be hanging for 120 seconds until timeout even if `wait_for_evaluator` already failed in the receiver task.", | ||
"timestamp": "2024-11-27T10:15:42+01:00", | ||
"tree_id": "701c2b7e02e1a58ee475b47236eb44f86b8dbfde", | ||
"url": "https://github.com/equinor/ert/commit/98ed2ae82eabf30c101f4b35d33670a5abb84355" | ||
}, | ||
"date": 1732699050629, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.19662725717228602, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.02317509775944408", | ||
"extra": "mean: 5.08576488519999 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|