-
Notifications
You must be signed in to change notification settings - Fork 107
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 f346b4e
- Loading branch information
github-action-benchmark
committed
Jan 5, 2024
1 parent
08c277b
commit 87f6c17
Showing
1 changed file
with
32 additions
and
1 deletion.
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,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1704452077838, | ||
"lastUpdate": 1704453602645, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
|
@@ -2047,6 +2047,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 161.25220699999923 msec\nrounds: 6" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "xjules", | ||
"username": "xjules" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Julius Parulek", | ||
"username": "xjules" | ||
}, | ||
"distinct": true, | ||
"id": "f346b4e6d64f5b822c131c997bf0a436390cf39c", | ||
"message": "Make sure to log exception only when there is one", | ||
"timestamp": "2024-01-05T12:17:12+01:00", | ||
"tree_id": "4a630a26fb10ad7f4af190e623b9e3adffbcc594", | ||
"url": "https://github.com/equinor/ert/commit/f346b4e6d64f5b822c131c997bf0a436390cf39c" | ||
}, | ||
"date": 1704453601798, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 6.1002010111805065, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.031843213497262796", | ||
"extra": "mean: 163.9290243333278 msec\nrounds: 6" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|