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 8f25646
  • Loading branch information
github-action-benchmark committed Jan 19, 2024
1 parent 63232ac commit 8195fcf
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": 1705672480431,
"lastUpdate": 1705672786164,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Sondre Sortland",
"username": "sondreso"
},
"committer": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"distinct": true,
"id": "9b92e9ad9407fd2b81d91e2e3a1570f64fa4faeb",
"message": "Update README.md",
"timestamp": "2024-01-05T14:14:29+01:00",
"tree_id": "7507a7b6d30f17df70b5f2615f7af609b778fad6",
"url": "https://github.com/equinor/ert/commit/9b92e9ad9407fd2b81d91e2e3a1570f64fa4faeb"
},
"date": 1704460623496,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.042098326129351,
"unit": "iter/sec",
"range": "stddev: 0.03499003155235332",
"extra": "mean: 165.50541650000147 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -931,6 +900,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 148.76603920001799 msec\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": "8f2564638b74358e1a039175f17f365521de7db5",
"message": "Make poly-case runnable by default on RHEL7 (#6964)\n\nWithout engaging a particular environment (like Komodo)",
"timestamp": "2024-01-19T14:57:03+01:00",
"tree_id": "4dac9f8ba5ec1b59a36165eb37c50987e64c3b0f",
"url": "https://github.com/equinor/ert/commit/8f2564638b74358e1a039175f17f365521de7db5"
},
"date": 1705672785504,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.198054446575896,
"unit": "iter/sec",
"range": "stddev: 0.0033636438292381286",
"extra": "mean: 161.34095120000893 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 8195fcf

Please sign in to comment.