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 152e256
  • Loading branch information
github-action-benchmark committed Dec 8, 2023
1 parent 41f1b0c commit 952b841
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": 1701696260701,
"lastUpdate": 1702041066649,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -122,6 +122,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 22.663105837200014 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "152e25635c165d62590f1b72091598d593790955",
"message": "Add GitHub workflow for benchmarking",
"timestamp": "2023-12-08T13:59:10+01:00",
"tree_id": "a88041330fb17ae5fd5e68c2ef6f9a75f492f181",
"url": "https://github.com/equinor/ert/commit/152e25635c165d62590f1b72091598d593790955"
},
"date": 1702041066184,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.261132222654541,
"unit": "iter/sec",
"range": "stddev: 0.003227357454503773",
"extra": "mean: 159.7155217999898 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 952b841

Please sign in to comment.