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 a36efc5
  • Loading branch information
github-action-benchmark committed Sep 24, 2024
1 parent 1450d61 commit b1b6875
Showing 1 changed file with 31 additions and 32 deletions.
63 changes: 31 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": 1727160461035,
"lastUpdate": 1727160689222,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "864047670708208ece2ccd7246ee4916e587abb0",
"message": "Implement a one-time retry of opening JOBS_FILE",
"timestamp": "2024-09-17T09:28:04+02:00",
"tree_id": "417721caeab3395a01f9c99d94ec318c6f38ec0e",
"url": "https://github.com/equinor/ert/commit/864047670708208ece2ccd7246ee4916e587abb0"
},
"date": 1726558188076,
"tool": "pytest",
"benches": [
{
"name": "tests/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19085880142182834,
"unit": "iter/sec",
"range": "stddev: 0.036928349386395026",
"extra": "mean: 5.2394754266000065 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -930,6 +899,36 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.389256198400005 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Yngve S. Kristiansen"
},
"committer": {
"email": "[email protected]",
"name": "Yngve S. Kristiansen",
"username": "yngve-sk"
},
"distinct": true,
"id": "a36efc5980f4b9d5d818e91b79905271ae267ace",
"message": "Remove blockfs support",
"timestamp": "2024-09-24T08:49:41+02:00",
"tree_id": "9e3380c2730e970877b46ff2ee11c12d03e16df8",
"url": "https://github.com/equinor/ert/commit/a36efc5980f4b9d5d818e91b79905271ae267ace"
},
"date": 1727160688777,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.18105157427602223,
"unit": "iter/sec",
"range": "stddev: 0.0742594665432399",
"extra": "mean: 5.5232880685999985 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit b1b6875

Please sign in to comment.