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 23d3346
  • Loading branch information
github-action-benchmark committed Nov 29, 2024
1 parent 1625dd5 commit 038b975
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": 1732879350919,
"lastUpdate": 1732882865819,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"committer": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"distinct": true,
"id": "67e756dc9e56d73679877b190343600c21d397b5",
"message": "Fix extra requirements for readthedocs build",
"timestamp": "2024-11-26T12:40:01+01:00",
"tree_id": "b3d67e2db5934891c684b168d6874e1f71cbb720",
"url": "https://github.com/equinor/ert/commit/67e756dc9e56d73679877b190343600c21d397b5"
},
"date": 1732621313463,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1941991921705421,
"unit": "iter/sec",
"range": "stddev: 0.01528226801816358",
"extra": "mean: 5.149352007200003 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.197517875800003 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"committer": {
"email": "[email protected]",
"name": "Øyvind Eide",
"username": "oyvindeide"
},
"distinct": true,
"id": "23d33460e43c1ae6d97b5b868c217dba5098f5fb",
"message": "Simplify torque test",
"timestamp": "2024-11-29T13:19:13+01:00",
"tree_id": "b2dceab7ac349f44128f704f020441676a396a16",
"url": "https://github.com/equinor/ert/commit/23d33460e43c1ae6d97b5b868c217dba5098f5fb"
},
"date": 1732882865151,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19418805211956458,
"unit": "iter/sec",
"range": "stddev: 0.036705797358333236",
"extra": "mean: 5.149647411800004 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 038b975

Please sign in to comment.