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 819de94
  • Loading branch information
github-action-benchmark committed Mar 15, 2024
1 parent 6ed2333 commit a5f21f4
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": 1710507496982,
"lastUpdate": 1710511625107,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jonathan Karlsen",
"username": "jonathan-eq"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e398b220b3206bcb73d87540446faf24fc7286f9",
"message": "Improve scheduler unit tests for scheduling_tasks exceptions (#7424)\n\nThis commit makes the unit tests more realistic by having specific error prone parts of the code raise exceptions rather than the entire scheduler method.",
"timestamp": "2024-03-12T13:25:20+01:00",
"tree_id": "8d75019569ce96390b54ebcee6fee83e47a6ce3f",
"url": "https://github.com/equinor/ert/commit/e398b220b3206bcb73d87540446faf24fc7286f9"
},
"date": 1710246534120,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19091866319180323,
"unit": "iter/sec",
"range": "stddev: 0.06961334348982877",
"extra": "mean: 5.237832610399994 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.227820548200009 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "819de9417a134f4fa6ba588e1d1c3b9d391b5166",
"message": "Fix integration tests with real LSF cluster\n\nThe LSF driver writes its job script to disk and sends that script path\nto the LSF cluster through bsub. If the job script is not on a shared\ndisk the job will fail silently.",
"timestamp": "2024-03-15T15:03:57+01:00",
"tree_id": "ca5b095e7e69492d8300fb3268c6d6036846afc8",
"url": "https://github.com/equinor/ert/commit/819de9417a134f4fa6ba588e1d1c3b9d391b5166"
},
"date": 1710511624623,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.18992629412739429,
"unit": "iter/sec",
"range": "stddev: 0.04214575572585793",
"extra": "mean: 5.265200400999999 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit a5f21f4

Please sign in to comment.