-
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 1221607
- Loading branch information
github-action-benchmark
committed
Dec 20, 2023
1 parent
e2c3ad5
commit 254ed85
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": 1703072992230, | ||
"lastUpdate": 1703075208125, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
|
@@ -776,6 +776,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 148.59088739999606 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": "1221607e659505f8ad5a8e07713c20d91797c445", | ||
"message": "Remove recalculation of mean and std in misfit\n\nThis has already been calculated", | ||
"timestamp": "2023-12-20T13:24:00+01:00", | ||
"tree_id": "e5b6ffb7d2a1328fbc1cc8dd395d8853086f6bff", | ||
"url": "https://github.com/equinor/ert/commit/1221607e659505f8ad5a8e07713c20d91797c445" | ||
}, | ||
"date": 1703075207154, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 6.760872072177851, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0019873871285374474", | ||
"extra": "mean: 147.90991300000655 msec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|