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 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.
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": 1702384328526,
"lastUpdate": 1702464143826,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit eda61f0

Please sign in to comment.