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 ac990cd
  • Loading branch information
github-action-benchmark committed Feb 29, 2024
1 parent 90fb2ea commit 1e0a508
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": 1709218582900,
"lastUpdate": 1709218893574,
"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": "bb253179549ed2b758ce34d5ace5fe015866253b",
"message": "Fix bug where experiment name always became the last observation name",
"timestamp": "2024-02-27T09:38:56+01:00",
"tree_id": "989da6d407ac59a017456242dd9f325393d3548f",
"url": "https://github.com/equinor/ert/commit/bb253179549ed2b758ce34d5ace5fe015866253b"
},
"date": 1709023313015,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.43309850875977257,
"unit": "iter/sec",
"range": "stddev: 0.49289516813413886",
"extra": "mean: 2.308943530799991 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 2.3324485725999806 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ac990cda846e1008d95b5e26ab7c79b8b7e0b2bd",
"message": "Enable scheduler on QUEUE_SYSTEM TORQUE by default (#7301)",
"timestamp": "2024-02-29T15:58:23+01:00",
"tree_id": "f18f4d3c702f5c775abe5cb1c60d2258ba514c84",
"url": "https://github.com/equinor/ert/commit/ac990cda846e1008d95b5e26ab7c79b8b7e0b2bd"
},
"date": 1709218893052,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.40830435565949824,
"unit": "iter/sec",
"range": "stddev: 0.4906009170450564",
"extra": "mean: 2.449153397800001 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 1e0a508

Please sign in to comment.