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 e5ee36d
  • Loading branch information
github-action-benchmark committed Jan 5, 2024
1 parent 5b11efa commit c567589
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": 1704442044479,
"lastUpdate": 1704443815105,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -1985,6 +1985,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 163.5979859999992 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e5ee36dab32477daa0b502227fb0c9a001f5e5ec",
"message": "Support max_running in Scheduler",
"timestamp": "2024-01-05T09:33:52+01:00",
"tree_id": "698286524d2011a712ca0603d0d9bfa159da7f5c",
"url": "https://github.com/equinor/ert/commit/e5ee36dab32477daa0b502227fb0c9a001f5e5ec"
},
"date": 1704443814172,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.151327150678222,
"unit": "iter/sec",
"range": "stddev: 0.029086009791191407",
"extra": "mean: 162.56654466666495 msec\nrounds: 6"
}
]
}
]
}
Expand Down

0 comments on commit c567589

Please sign in to comment.