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 67e756d
  • Loading branch information
github-action-benchmark committed Nov 26, 2024
1 parent b3fc332 commit 186002e
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": 1732619863564,
"lastUpdate": 1732621313915,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "81e21d9918847646016afd255a47c8405705a776",
"message": "Aggregate logging of sampling information\n\nA separate log entry for each realization does not provide much\nextra value",
"timestamp": "2024-11-21T08:18:12+01:00",
"tree_id": "2d0e93b6169c25bffd3ecbe953512888fb92defa",
"url": "https://github.com/equinor/ert/commit/81e21d9918847646016afd255a47c8405705a776"
},
"date": 1732173600891,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1934878001944904,
"unit": "iter/sec",
"range": "stddev: 0.03492326630468336",
"extra": "mean: 5.168284506800006 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.122981212399997 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"committer": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"distinct": true,
"id": "67e756dc9e56d73679877b190343600c21d397b5",
"message": "Fix extra requirements for readthedocs build",
"timestamp": "2024-11-26T12:40:01+01:00",
"tree_id": "b3d67e2db5934891c684b168d6874e1f71cbb720",
"url": "https://github.com/equinor/ert/commit/67e756dc9e56d73679877b190343600c21d397b5"
},
"date": 1732621313463,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1941991921705421,
"unit": "iter/sec",
"range": "stddev: 0.01528226801816358",
"extra": "mean: 5.149352007200003 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 186002e

Please sign in to comment.