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 c39e691
  • Loading branch information
github-action-benchmark committed Jan 9, 2024
1 parent 2e7c6de commit 1fc30d8
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": 1704785960335,
"lastUpdate": 1704801229148,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -2202,6 +2202,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 167.31617616666958 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": "c39e691b850d66fc59b4f7c6427791f167e12a19",
"message": "Remove unused function _split_by",
"timestamp": "2024-01-09T12:51:12+01:00",
"tree_id": "26c0bfdb6f73c44951b086a23a7ad29dc028ab62",
"url": "https://github.com/equinor/ert/commit/c39e691b850d66fc59b4f7c6427791f167e12a19"
},
"date": 1704801228660,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.1799624087716065,
"unit": "iter/sec",
"range": "stddev: 0.026897780650949575",
"extra": "mean: 161.81328200000658 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit 1fc30d8

Please sign in to comment.