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 c739e65
  • Loading branch information
github-action-benchmark committed Feb 14, 2024
1 parent 5bd780b commit 3240c05
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": 1707901705601,
"lastUpdate": 1707903573990,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "9c2b60099a54eeb5bb40013acef721e30558a86c",
"message": "Fix a performance problem with summary reading",
"timestamp": "2024-02-06T19:26:10+01:00",
"tree_id": "65e89a58aee29747e6ad03a1bf4359771d0fc2ed",
"url": "https://github.com/equinor/ert/commit/9c2b60099a54eeb5bb40013acef721e30558a86c"
},
"date": 1707244126770,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.379713687742706,
"unit": "iter/sec",
"range": "stddev: 0.034842893034089065",
"extra": "mean: 156.74684616666923 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 154.86437266666067 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "c739e6561eb1ac29e7cf781a5bb2c94e9c791870",
"message": "Move tests mistakenly marked as integration_tests",
"timestamp": "2024-02-14T10:36:26+01:00",
"tree_id": "7a811a81fc27576b2eb6b1e270693bd26661b064",
"url": "https://github.com/equinor/ert/commit/c739e6561eb1ac29e7cf781a5bb2c94e9c791870"
},
"date": 1707903573110,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 5.650668880317359,
"unit": "iter/sec",
"range": "stddev: 0.07938546800348702",
"extra": "mean: 176.9701996666697 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 3240c05

Please sign in to comment.