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 5344f25
  • Loading branch information
github-action-benchmark committed Feb 14, 2024
1 parent d094a5c commit 8bb1547
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": 1707911497157,
"lastUpdate": 1707921847613,
"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": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "7522112859895b7717096dafa22943445eb56168",
"message": "Get progress from adaptive localization",
"timestamp": "2024-02-07T06:46:30+01:00",
"tree_id": "ca6339f75dacb56fb243e8d5170ee8f1e2f0dac9",
"url": "https://github.com/equinor/ert/commit/7522112859895b7717096dafa22943445eb56168"
},
"date": 1707284943440,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.154777709437055,
"unit": "iter/sec",
"range": "stddev: 0.03621495910803309",
"extra": "mean: 162.47540483333958 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 154.20380350000565 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "5344f254f9e62b4712bc974fca5e9788eae73a7d",
"message": "Use get function instead of if block\n\nSuggested by ruff: SIM401 Use `counts.get(category, 0)` instead of an `if` block",
"timestamp": "2024-02-14T15:41:20+01:00",
"tree_id": "4a61947f9f1dad53aaeed1b9a56cd5e97a2caf43",
"url": "https://github.com/equinor/ert/commit/5344f254f9e62b4712bc974fca5e9788eae73a7d"
},
"date": 1707921847107,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.377336042905381,
"unit": "iter/sec",
"range": "stddev: 0.03124191986536184",
"extra": "mean: 156.80528566664975 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 8bb1547

Please sign in to comment.