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 855c517
  • Loading branch information
github-action-benchmark committed Dec 23, 2024
1 parent 74f59bb commit c8c4e66
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": 1734705056151,
"lastUpdate": 1734969896695,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "AugustoMagalhaes",
"username": "AugustoMagalhaes"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "ab58e603d964ce1126ae85b6f396340850877de6",
"message": "Remove superfluous layer in ert_config",
"timestamp": "2024-12-16T14:41:30+01:00",
"tree_id": "5f1657d93d7f1a2359b029ce25d315fafce013e9",
"url": "https://github.com/equinor/ert/commit/ab58e603d964ce1126ae85b6f396340850877de6"
},
"date": 1734356609593,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.21745873067969923,
"unit": "iter/sec",
"range": "stddev: 0.02440214123462098",
"extra": "mean: 4.598573701200007 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 4.553795028800005 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "DanSava",
"username": "DanSava"
},
"committer": {
"email": "[email protected]",
"name": "Dan Sava",
"username": "DanSava"
},
"distinct": true,
"id": "855c517890b2342f82907a11ae519aec2b50d885",
"message": "Remove unused type ignore.",
"timestamp": "2024-12-23T18:03:09+02:00",
"tree_id": "78a1ee71b253db603121844eea9e740b147e1662",
"url": "https://github.com/equinor/ert/commit/855c517890b2342f82907a11ae519aec2b50d885"
},
"date": 1734969896128,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.21858073960126662,
"unit": "iter/sec",
"range": "stddev: 0.008085150111211182",
"extra": "mean: 4.574968507400024 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit c8c4e66

Please sign in to comment.