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 59453cf
  • Loading branch information
github-action-benchmark committed Nov 5, 2024
1 parent 39ca4e1 commit b5452a7
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": 1730799781736,
"lastUpdate": 1730805703096,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "132ca3c741bc8f22f75d5d7cabb58a281150a3d4",
"message": "Brush up test_ert_config\n\nTest code should not be changed by this commit, this is only cleanup\nlike:\n* String whitespace formatting for ert config files\n* Usage of pathlib\n* Expand some test names\n* Use fixture for changing to tmp_path",
"timestamp": "2024-10-29T13:27:59+01:00",
"tree_id": "a6d300e35fdb7981f5f05bcf1eb66eae4189c259",
"url": "https://github.com/equinor/ert/commit/132ca3c741bc8f22f75d5d7cabb58a281150a3d4"
},
"date": 1730204987732,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19161156412727617,
"unit": "iter/sec",
"range": "stddev: 0.022541461883642793",
"extra": "mean: 5.2188916914000005 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.077686545199998 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håkon Steinkopf Søhoel",
"username": "HakonSohoel"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "59453cf198848c74e942eb0c3a4fb34d34c54c21",
"message": "Fix pytest option typo (#9141)",
"timestamp": "2024-11-05T12:19:47+01:00",
"tree_id": "aa4ba7c44b9a629e2f1cc9656816b08e7a0923bf",
"url": "https://github.com/equinor/ert/commit/59453cf198848c74e942eb0c3a4fb34d34c54c21"
},
"date": 1730805702469,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19317858907262322,
"unit": "iter/sec",
"range": "stddev: 0.010193189508555507",
"extra": "mean: 5.176557116400005 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit b5452a7

Please sign in to comment.