-
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 fd4b902
- Loading branch information
github-action-benchmark
committed
Dec 13, 2023
1 parent
3d6b6f0
commit eda61f0
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": 1702384328526, | ||
"lastUpdate": 1702464143826, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
|
@@ -64,6 +64,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 160.841087599988 msec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Berent Å. S. Lunde", | ||
"username": "Blunde1" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "fd4b90279ad6ee09c3c196b7f9c6ac096510bfe6", | ||
"message": "Use new API from iterative_ensemble_smoother (#6634)\n\n* Use v.0.2.0 of iterative_ensemble_smoother\r\n\r\n* Update analysis module to use new API from iterative_ensemble_smoother.\r\nThis affects ES, ES-MDA, IES, adaptive localization, and row-scaling.\r\n\r\nCo-authored-by: Tommy Odland <tommy.odland>", | ||
"timestamp": "2023-12-13T02:39:30-08:00", | ||
"tree_id": "afcad5a4a98add12dcbd213083bf7ffd5c445eda", | ||
"url": "https://github.com/equinor/ert/commit/fd4b90279ad6ee09c3c196b7f9c6ac096510bfe6" | ||
}, | ||
"date": 1702464143378, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 6.287644257160445, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.024250420786383328", | ||
"extra": "mean: 159.04207666666062 msec\nrounds: 6" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|