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 225a1e8
  • Loading branch information
github-action-benchmark committed Dec 13, 2023
1 parent 1ef4ab3 commit eea5faa
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": 1702474404257,
"lastUpdate": 1702477427690,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -157,6 +157,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 150.61718433334667 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": "225a1e8ea6ba5d990ccd161674388467423a7607",
"message": "Let publisher_task exit gracefully when nothing to do",
"timestamp": "2023-12-13T15:21:22+01:00",
"tree_id": "338f7bc3f1d49d1a197318e9ba35c548b3633893",
"url": "https://github.com/equinor/ert/commit/225a1e8ea6ba5d990ccd161674388467423a7607"
},
"date": 1702477427173,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.224977477486739,
"unit": "iter/sec",
"range": "stddev: 0.02677738237736511",
"extra": "mean: 160.6431515000016 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit eea5faa

Please sign in to comment.