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 5bb33aa
  • Loading branch information
github-action-benchmark committed Apr 2, 2024
1 parent bd4b5d5 commit a89b36e
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": 1712053493813,
"lastUpdate": 1712058191236,
"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": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fd5a365cd5c61e3ffe618d2d34b5da96d2aca23b",
"message": "Rename `case` to `ensemble`\n\nReplace current_case and target_case with ensemble\r\n\r\nRemove requirement that ES run from CLI needs --target-case,\r\nbecause it is not required in the GUI.\r\n\r\nDeprecate current-case and target-case in CLI",
"timestamp": "2024-03-15T11:40:08+01:00",
"tree_id": "574b43dd34c3e445d13c0d82b8ef3d62c8893c01",
"url": "https://github.com/equinor/ert/commit/fd5a365cd5c61e3ffe618d2d34b5da96d2aca23b"
},
"date": 1710499394825,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.18783823355908133,
"unit": "iter/sec",
"range": "stddev: 0.129820003242732",
"extra": "mean: 5.323729791599999 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.370636245199989 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jonathan Karlsen",
"username": "jonathan-eq"
},
"committer": {
"email": "[email protected]",
"name": "Jonathan Karlsen",
"username": "jonathan-eq"
},
"distinct": true,
"id": "5bb33aa3df473dd25659fedf9b6e14c1b622dbed",
"message": "Implement EXCLUDE_HOST for scheduler lsf driver\n\nThis commit implements the EXCLUDE_HOST keyword for the scheduler LSF driver, the same way it was implemented in C.",
"timestamp": "2024-04-02T13:40:12+02:00",
"tree_id": "01f4932ed78b935ebd7a8d83800acdfb73f75d66",
"url": "https://github.com/equinor/ert/commit/5bb33aa3df473dd25659fedf9b6e14c1b622dbed"
},
"date": 1712058190702,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.18922692977001848,
"unit": "iter/sec",
"range": "stddev: 0.032838798768478866",
"extra": "mean: 5.284660070399991 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit a89b36e

Please sign in to comment.