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 68c2de9
  • Loading branch information
github-action-benchmark committed Nov 28, 2024
1 parent cadbb95 commit 39e2239
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": 1732782972959,
"lastUpdate": 1732783002362,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Yngve S. Kristiansen",
"username": "yngve-sk"
},
"committer": {
"email": "[email protected]",
"name": "Yngve S. Kristiansen",
"username": "yngve-sk"
},
"distinct": true,
"id": "233bee235736095eff9e97567622e60e55da20a3",
"message": "Add memory test for some plotapi endpoints",
"timestamp": "2024-11-25T09:15:13+01:00",
"tree_id": "498b2b1431e8ba8f6fea597a9670bc0d1a1ce266",
"url": "https://github.com/equinor/ert/commit/233bee235736095eff9e97567622e60e55da20a3"
},
"date": 1732522623991,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1922964332479814,
"unit": "iter/sec",
"range": "stddev: 0.045695956206649124",
"extra": "mean: 5.2003044628 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.138384517399999 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Yngve S. Kristiansen",
"username": "yngve-sk"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "68c2de998a110df4c297353256982b487ddab767",
"message": "Add time&mem test for snake oil plotting",
"timestamp": "2024-11-28T09:34:45+01:00",
"tree_id": "9ef010a445c0afb2780e07e62c392418c025ffff",
"url": "https://github.com/equinor/ert/commit/68c2de998a110df4c297353256982b487ddab767"
},
"date": 1732783001315,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1923963015343426,
"unit": "iter/sec",
"range": "stddev: 0.02450197563491844",
"extra": "mean: 5.1976051100000005 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 39e2239

Please sign in to comment.