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 c519fea
  • Loading branch information
github-action-benchmark committed Feb 28, 2024
1 parent 020027e commit 78281b5
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": 1709126077524,
"lastUpdate": 1709130306244,
"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": "ee8b423a41a75492da92fcc637bbf61abaf15bfe",
"message": "Replace gstools with scipy\n\nTo get a more realistic test, we want to run\r\nlocalization on more parameter.\r\ngstools is very slow so generating many parameters would take\r\na lot of time.\r\nInstead, we generate a gaussian field using scipy which is\r\nless flexible but much faster.",
"timestamp": "2024-02-23T14:52:03+01:00",
"tree_id": "d036b749117e7c74b14e5a7887a17a86fcecadfd",
"url": "https://github.com/equinor/ert/commit/ee8b423a41a75492da92fcc637bbf61abaf15bfe"
},
"date": 1708696495932,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.4572465609555191,
"unit": "iter/sec",
"range": "stddev: 0.5187679115716413",
"extra": "mean: 2.187003873600003 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 2.276731508399996 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jon Holba",
"username": "JHolba"
},
"committer": {
"email": "[email protected]",
"name": "Jon Holba",
"username": "JHolba"
},
"distinct": true,
"id": "c519fea65938878aa402886fa27caea6468dd9b5",
"message": "Use a newer block storage containing fixes for some deprecation warnings",
"timestamp": "2024-02-28T15:22:21+01:00",
"tree_id": "6b8487bc3aff69c92541ba05e6d77f9f70b07c27",
"url": "https://github.com/equinor/ert/commit/c519fea65938878aa402886fa27caea6468dd9b5"
},
"date": 1709130305709,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.42704979024759016,
"unit": "iter/sec",
"range": "stddev: 0.5522304717452802",
"extra": "mean: 2.3416473273999996 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 78281b5

Please sign in to comment.