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 9496957
  • Loading branch information
github-action-benchmark committed Feb 19, 2024
1 parent a1b9817 commit 9e69716
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": 1708329799023,
"lastUpdate": 1708333671380,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"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"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 153.83395399999245 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "9496957720b5cfc7d2924f380d8d92c7d89cb0de",
"message": "Warn in case of empty SummaryConfig.keys",
"timestamp": "2024-02-19T10:05:07+01:00",
"tree_id": "f4c2ea01a9a3ae20ecb819007927a7e27ce6e9c4",
"url": "https://github.com/equinor/ert/commit/9496957720b5cfc7d2924f380d8d92c7d89cb0de"
},
"date": 1708333670466,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.43206064229115,
"unit": "iter/sec",
"range": "stddev: 0.03929127670974579",
"extra": "mean: 155.47117099999733 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 9e69716

Please sign in to comment.