-
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 f30d83a
- Loading branch information
github-action-benchmark
committed
Dec 19, 2023
1 parent
3ba43bd
commit 4723b8f
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": 1702975134518, | ||
"lastUpdate": 1702983960332, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
|
@@ -621,6 +621,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 148.54569820000165 msec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Feda Curic", | ||
"username": "dafeda" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Feda Curic", | ||
"username": "dafeda" | ||
}, | ||
"distinct": true, | ||
"id": "f30d83aac913093238b4e1bcc6bf7e3e6c3efa37", | ||
"message": "Make sure some, but not all parameters were updated.", | ||
"timestamp": "2023-12-19T12:03:29+01:00", | ||
"tree_id": "070107ec6bf2e42c40d8393258187b0322fd7d60", | ||
"url": "https://github.com/equinor/ert/commit/f30d83aac913093238b4e1bcc6bf7e3e6c3efa37" | ||
}, | ||
"date": 1702983959713, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 6.713222741062488, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0037110105627922952", | ||
"extra": "mean: 148.95975279999902 msec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|