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 9a3c864
  • Loading branch information
github-action-benchmark committed Nov 14, 2024
1 parent 9fb07ca commit 8695d78
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": 1731581778935,
"lastUpdate": 1731583825401,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"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"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.310079444000007 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": "9a3c864607c891791a023e54abe6cea4706bf9ae",
"message": "Convert ErtConfig to dataclass",
"timestamp": "2024-11-14T12:28:20+01:00",
"tree_id": "9afa168d7d375b58f8ba9a20880ff18dafa4596c",
"url": "https://github.com/equinor/ert/commit/9a3c864607c891791a023e54abe6cea4706bf9ae"
},
"date": 1731583824251,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1924551332956283,
"unit": "iter/sec",
"range": "stddev: 0.03686378717714496",
"extra": "mean: 5.196016249999997 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 8695d78

Please sign in to comment.