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 1221607
  • Loading branch information
github-action-benchmark committed Dec 20, 2023
1 parent e2c3ad5 commit 254ed85
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1703072992230,
"lastUpdate": 1703075208125,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -776,6 +776,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 148.59088739999606 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "1221607e659505f8ad5a8e07713c20d91797c445",
"message": "Remove recalculation of mean and std in misfit\n\nThis has already been calculated",
"timestamp": "2023-12-20T13:24:00+01:00",
"tree_id": "e5b6ffb7d2a1328fbc1cc8dd395d8853086f6bff",
"url": "https://github.com/equinor/ert/commit/1221607e659505f8ad5a8e07713c20d91797c445"
},
"date": 1703075207154,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.760872072177851,
"unit": "iter/sec",
"range": "stddev: 0.0019873871285374474",
"extra": "mean: 147.90991300000655 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 254ed85

Please sign in to comment.