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 bb25317
  • Loading branch information
github-action-benchmark committed Feb 27, 2024
1 parent dee57bd commit 31511ff
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": 1709022741992,
"lastUpdate": 1709023313690,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "DanSava",
"username": "DanSava"
},
"committer": {
"email": "[email protected]",
"name": "Dan Sava",
"username": "DanSava"
},
"distinct": true,
"id": "f98778c16a406a4fec8f6ee841f03d8606d367ff",
"message": "Update general observation error message when no timemap or reference is provided.",
"timestamp": "2024-02-20T10:57:25+02:00",
"tree_id": "7dd3aab8fedfbca7eb4f8a7575e3ffea93199b9b",
"url": "https://github.com/equinor/ert/commit/f98778c16a406a4fec8f6ee841f03d8606d367ff"
},
"date": 1708419598889,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.776365850173066,
"unit": "iter/sec",
"range": "stddev: 0.0320220659989589",
"extra": "mean: 147.5717253333452 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 2.212677523799999 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"committer": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"distinct": true,
"id": "bb253179549ed2b758ce34d5ace5fe015866253b",
"message": "Fix bug where experiment name always became the last observation name",
"timestamp": "2024-02-27T09:38:56+01:00",
"tree_id": "989da6d407ac59a017456242dd9f325393d3548f",
"url": "https://github.com/equinor/ert/commit/bb253179549ed2b758ce34d5ace5fe015866253b"
},
"date": 1709023313015,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.43309850875977257,
"unit": "iter/sec",
"range": "stddev: 0.49289516813413886",
"extra": "mean: 2.308943530799991 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 31511ff

Please sign in to comment.