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 f30d83a
  • Loading branch information
github-action-benchmark committed Dec 19, 2023
1 parent 3ba43bd commit 4723b8f
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": 1702975134518,
"lastUpdate": 1702983960332,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -621,6 +621,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 148.54569820000165 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "f30d83aac913093238b4e1bcc6bf7e3e6c3efa37",
"message": "Make sure some, but not all parameters were updated.",
"timestamp": "2023-12-19T12:03:29+01:00",
"tree_id": "070107ec6bf2e42c40d8393258187b0322fd7d60",
"url": "https://github.com/equinor/ert/commit/f30d83aac913093238b4e1bcc6bf7e3e6c3efa37"
},
"date": 1702983959713,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.713222741062488,
"unit": "iter/sec",
"range": "stddev: 0.0037110105627922952",
"extra": "mean: 148.95975279999902 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 4723b8f

Please sign in to comment.