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 309a535
  • Loading branch information
github-action-benchmark committed Dec 3, 2024
1 parent 76b66b9 commit d2314ac
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": 1733232184730,
"lastUpdate": 1733232260145,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "b556d87540a2064534233622246473533b6d6773",
"message": "Mention runpath in copy_file docs",
"timestamp": "2024-11-28T09:32:34+01:00",
"tree_id": "63b9725924970e16005d095388657f894c95e67d",
"url": "https://github.com/equinor/ert/commit/b556d87540a2064534233622246473533b6d6773"
},
"date": 1732782863397,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19532027537208577,
"unit": "iter/sec",
"range": "stddev: 0.018070202769042913",
"extra": "mean: 5.119796181399994 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 4.729608304800001 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": "309a5353a9bc25b7adc98a83e6fd9c5f6747eb40",
"message": "Revert \"Use uvloop for asyncio\"\n\nThis reverts commit d11ba38bd8f93808ae60d320e03ab10725294dec.\nThis was done due to issues with uvloop when attempting to use uvloop\nfor our tests",
"timestamp": "2024-12-03T14:22:23+01:00",
"tree_id": "1559784effd3f73924a6b411e2abf7b36a4c6ec9",
"url": "https://github.com/equinor/ert/commit/309a5353a9bc25b7adc98a83e6fd9c5f6747eb40"
},
"date": 1733232259426,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.2115476281274497,
"unit": "iter/sec",
"range": "stddev: 0.02510521401801525",
"extra": "mean: 4.7270678894000016 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit d2314ac

Please sign in to comment.