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 137bdc6
  • Loading branch information
github-action-benchmark committed Nov 14, 2024
1 parent 8695d78 commit 965e492
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": 1731583825401,
"lastUpdate": 1731585249543,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "DanSava",
"username": "DanSava"
},
"committer": {
"email": "[email protected]",
"name": "Dan Sava",
"username": "DanSava"
},
"distinct": true,
"id": "4b18368cbac651d45bd0e30845686e3efd171810",
"message": "Remove simulation server option and add deprecation warning is present in config",
"timestamp": "2024-11-06T04:03:35+09:00",
"tree_id": "e4299ca59a7a4d9af15821a802d6ef27ff856179",
"url": "https://github.com/equinor/ert/commit/4b18368cbac651d45bd0e30845686e3efd171810"
},
"date": 1730833536856,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19389436321681078,
"unit": "iter/sec",
"range": "stddev: 0.06516216173492596",
"extra": "mean: 5.157447506000006 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.196016249999997 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "StephanDeHoop",
"username": "StephanDeHoop"
},
"committer": {
"email": "[email protected]",
"name": "Stephan de Hoop",
"username": "StephanDeHoop"
},
"distinct": true,
"id": "137bdc64b0be0f9d300720e487458226dc4ee1e4",
"message": "Use everest.strings instead of hardcoded",
"timestamp": "2024-11-14T12:52:17+01:00",
"tree_id": "6ef924718b0ff0a5b4da73391879d4072fb7d11d",
"url": "https://github.com/equinor/ert/commit/137bdc64b0be0f9d300720e487458226dc4ee1e4"
},
"date": 1731585249027,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1954745562795878,
"unit": "iter/sec",
"range": "stddev: 0.021056245468429068",
"extra": "mean: 5.115755313800008 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 965e492

Please sign in to comment.