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 ca45684
  • Loading branch information
github-action-benchmark committed Jan 9, 2024
1 parent 0c40535 commit 2e7c6de
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": 1704729960019,
"lastUpdate": 1704785960335,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -2171,6 +2171,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 166.79478366665043 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "ca45684edd357134272493c0dcc74eb5f992daa3",
"message": "Append to update_log\n\nupdate_log shall show all updated observations.\nCurrent implementation overwrites the update_log\nfor each update step.\nEach update step needs a unique name in order for this to work.",
"timestamp": "2024-01-09T08:36:38+01:00",
"tree_id": "dbbf4c508b30f3373ff19b8bd9cb254c63717228",
"url": "https://github.com/equinor/ert/commit/ca45684edd357134272493c0dcc74eb5f992daa3"
},
"date": 1704785959188,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 5.976708426589098,
"unit": "iter/sec",
"range": "stddev: 0.0364303888841622",
"extra": "mean: 167.31617616666958 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 2e7c6de

Please sign in to comment.