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 5f5bff1
  • Loading branch information
github-action-benchmark committed Mar 4, 2024
1 parent 46bee68 commit 55f02bc
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": 1709564892434,
"lastUpdate": 1709565213288,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "ebe74e4a79d3e5ed208ac83212ac33546ce83d3a",
"message": "Add support for CLUSTER_LABEL in PBS",
"timestamp": "2024-02-28T12:59:09+01:00",
"tree_id": "8df147630a7c8b22506a143a390273e3f351dab6",
"url": "https://github.com/equinor/ert/commit/ebe74e4a79d3e5ed208ac83212ac33546ce83d3a"
},
"date": 1709121737479,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.44755395600082143,
"unit": "iter/sec",
"range": "stddev: 0.48180133682557125",
"extra": "mean: 2.2343674691999924 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.308635559600009 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "5f5bff16d76863d0d4e6c0026e37fffdb8564425",
"message": "Turn off torque query retry timeout in tests",
"timestamp": "2024-03-04T16:10:19+01:00",
"tree_id": "03c934ccf00c16ab0327061cd4ecc7f3378f290c",
"url": "https://github.com/equinor/ert/commit/5f5bff16d76863d0d4e6c0026e37fffdb8564425"
},
"date": 1709565212794,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.18718288186747029,
"unit": "iter/sec",
"range": "stddev: 0.0452259174621878",
"extra": "mean: 5.3423688642 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 55f02bc

Please sign in to comment.