-
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 a342528
- Loading branch information
github-action-benchmark
committed
Oct 3, 2024
1 parent
67fe890
commit 995ce8b
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": 1727956027715, | ||
"lastUpdate": 1727963480983, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "larsevj", | ||
"username": "larsevj" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Lars Evje", | ||
"username": "larsevj" | ||
}, | ||
"distinct": true, | ||
"id": "e2d3a907bd26be7ddf36e88e9764f9cf648df85a", | ||
"message": "Run all tests in test_komodo before returning error", | ||
"timestamp": "2024-09-25T15:00:52+02:00", | ||
"tree_id": "2185fc0cded82c5a253dd782f096c205db69ecdc", | ||
"url": "https://github.com/equinor/ert/commit/e2d3a907bd26be7ddf36e88e9764f9cf648df85a" | ||
}, | ||
"date": 1727269364420, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.18611216722910903, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.020482692868052658", | ||
"extra": "mean: 5.373103837799993 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -931,6 +900,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.464211188600001 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Håkon Steinkopf Søhoel", | ||
"username": "HakonSohoel" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a342528ad815d97b51980825b305498d1dc82d9f", | ||
"message": "Fix documentation for DeleteFile (#8861)", | ||
"timestamp": "2024-10-03T15:48:51+02:00", | ||
"tree_id": "463335e133d08c7ede6eeda8742b2cbd3c59aac3", | ||
"url": "https://github.com/equinor/ert/commit/a342528ad815d97b51980825b305498d1dc82d9f" | ||
}, | ||
"date": 1727963480096, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.1828146696548976, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03350248370475247", | ||
"extra": "mean: 5.470020550799984 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|