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 20bb466
  • Loading branch information
github-action-benchmark committed Feb 28, 2024
1 parent e6b080a commit f380fb7
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,39 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1709050709483,
"lastUpdate": 1709110505983,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "a7682a733a82f4a5f17c2e74f14b378e93d36520",
"message": "Documented target_case_format\n\nAttempted to make it more clear that what is done is fall through\noptions.",
"timestamp": "2024-02-23T09:41:15+01:00",
"tree_id": "2a6fafac137dfcf875d5985c950f628f276c432b",
"url": "https://github.com/equinor/ert/commit/a7682a733a82f4a5f17c2e74f14b378e93d36520"
},
"date": 1708677843379,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.4978207018713565,
"unit": "iter/sec",
"range": "stddev: 0.039246160741786905",
"extra": "mean: 153.89775216666143 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 2.3069853496000006 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jon Holba",
"username": "JHolba"
},
"committer": {
"email": "[email protected]",
"name": "Jon Holba",
"username": "JHolba"
},
"distinct": true,
"id": "20bb4660976814340e22d2b03162b4f58191aca4",
"message": "Fix various warnings from unit tests",
"timestamp": "2024-02-28T09:52:23+01:00",
"tree_id": "6da92395e5ac1f6332dab330fa01ecca7083f949",
"url": "https://github.com/equinor/ert/commit/20bb4660976814340e22d2b03162b4f58191aca4"
},
"date": 1709110505507,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.44333550117891185,
"unit": "iter/sec",
"range": "stddev: 0.4866452798935534",
"extra": "mean: 2.2556280679999987 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit f380fb7

Please sign in to comment.