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 8c22f23
  • Loading branch information
github-action-benchmark committed Jan 5, 2024
1 parent 87f6c17 commit 79e1066
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704453602645,
"lastUpdate": 1704460029571,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -2078,6 +2078,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 163.9290243333278 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"distinct": true,
"id": "8c22f231c6f7fcb4fecdba5c6cd183e07b1e7e67",
"message": "Reduce accuracy of surface-order test\n\nTest is flaky.\nTest makes sure ERT does not change order of arrays and numerical\naccuracy is not important.",
"timestamp": "2024-01-05T14:04:05+01:00",
"tree_id": "2782dbc633aa2483bc366a72d5be27ae56e9971c",
"url": "https://github.com/equinor/ert/commit/8c22f231c6f7fcb4fecdba5c6cd183e07b1e7e67"
},
"date": 1704460029143,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 5.722562605385406,
"unit": "iter/sec",
"range": "stddev: 0.038534614854017504",
"extra": "mean: 174.7468868333423 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 79e1066

Please sign in to comment.