-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Python Benchmark with pytest-benchmark (pytest) benchmark result …
…for 761b070
- Loading branch information
github-action-benchmark
committed
Jun 20, 2024
1 parent
1f43bbd
commit 3b9670a
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1718885456528, | ||
"lastUpdate": 1718887851992, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andreas Eknes Lie", | ||
"username": "andreas-el" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Andreas Eknes Lie", | ||
"username": "andreas-el" | ||
}, | ||
"distinct": true, | ||
"id": "091a179db827473fcd860fd53c6e1564c0d3f024", | ||
"message": "Remove concept indeterminate", | ||
"timestamp": "2024-06-13T11:56:15+02:00", | ||
"tree_id": "ed4a7665ec272c15af170bd8c2ba5a5d81dc37eb", | ||
"url": "https://github.com/equinor/ert/commit/091a179db827473fcd860fd53c6e1564c0d3f024" | ||
}, | ||
"date": 1718272762556, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.16591789106529586, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.02261912524369543", | ||
"extra": "mean: 6.027077571799998 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -930,6 +899,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.940144825400006 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jonathan Karlsen", | ||
"username": "jonathan-eq" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Håvard Berland", | ||
"username": "berland" | ||
}, | ||
"distinct": true, | ||
"id": "761b07012717abe6d567cd9cb7d75130f03b122c", | ||
"message": "Refactor OpenPBS driver to use dataclasses\n\nThis commit refactors the OpenPBS driver from using pydantic classes to\ndataclasses, as pydantic was overkill for our usage.", | ||
"timestamp": "2024-06-20T14:46:47+02:00", | ||
"tree_id": "e4ebc8d3d232c530956253740a8d72424ad0aa8c", | ||
"url": "https://github.com/equinor/ert/commit/761b07012717abe6d567cd9cb7d75130f03b122c" | ||
}, | ||
"date": 1718887851081, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.1672855122912538, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.02274126162684763", | ||
"extra": "mean: 5.977803973000016 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|