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 dddf883
  • Loading branch information
github-action-benchmark committed Feb 8, 2024
1 parent ad3df42 commit e717321
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": 1707390576141,
"lastUpdate": 1707391975681,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "66412cfcbfe44b0c45f7a6343e5ae7ba70f139b8",
"message": "simplify testing of create_runpath",
"timestamp": "2024-02-01T08:09:50+01:00",
"tree_id": "8b2a68616f0f71d2fc897eb8ea45c12af4d9f63d",
"url": "https://github.com/equinor/ert/commit/66412cfcbfe44b0c45f7a6343e5ae7ba70f139b8"
},
"date": 1706771541882,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.726583341556464,
"unit": "iter/sec",
"range": "stddev: 0.002005787025090977",
"extra": "mean: 148.6638831666672 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 143.04440766665985 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"committer": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"distinct": true,
"id": "dddf883a9c4fb7d53385c11a34a8d5ede1c63ee5",
"message": "Fix bug where one missing index.json caused no ensembles to be loaded\n\nThis is not without pitfalls, as the missing ensemble could be related to\nan ensemble that still exists.",
"timestamp": "2024-02-08T12:29:55+01:00",
"tree_id": "36b827e00f718f95fce5c974b947431e1665a068",
"url": "https://github.com/equinor/ert/commit/dddf883a9c4fb7d53385c11a34a8d5ede1c63ee5"
},
"date": 1707391974978,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.815389111811542,
"unit": "iter/sec",
"range": "stddev: 0.004678414036537113",
"extra": "mean: 146.72676549999628 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit e717321

Please sign in to comment.