-
Notifications
You must be signed in to change notification settings - Fork 108
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 d27c2d1
- Loading branch information
github-action-benchmark
committed
Dec 12, 2024
1 parent
eb28f64
commit ec38e49
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": 1734004516142, | ||
"lastUpdate": 1734026506457, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Peter Verveer", | ||
"username": "verveerpj" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "03903bbc50fbd911313469a10d29c4d43636917c", | ||
"message": "Improve exit code detection in the slurm driver (#9440)\n\nImprove exit code detection in the slurm driver", | ||
"timestamp": "2024-12-06T10:27:57+01:00", | ||
"tree_id": "e21e8c5f40dffa7bee9d0754cc27584a9846b319", | ||
"url": "https://github.com/equinor/ert/commit/03903bbc50fbd911313469a10d29c4d43636917c" | ||
}, | ||
"date": 1733477386342, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.21656208453872952, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.028287705830547526", | ||
"extra": "mean: 4.6176134761999945 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -932,6 +901,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 4.588399813999996 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"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": "d27c2d18f15f4e37d36d6da35d0ef8c963807541", | ||
"message": "Set persistent cells in update table cells", | ||
"timestamp": "2024-12-12T18:59:55+01:00", | ||
"tree_id": "46eecaa5995baff79d1604024ea7220dda62c208", | ||
"url": "https://github.com/equinor/ert/commit/d27c2d18f15f4e37d36d6da35d0ef8c963807541" | ||
}, | ||
"date": 1734026506014, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.21793326549223063, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.01955495229463724", | ||
"extra": "mean: 4.588560620799996 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|