-
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 8c22f23
- Loading branch information
github-action-benchmark
committed
Jan 5, 2024
1 parent
87f6c17
commit 79e1066
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": 1704453602645, | ||
"lastUpdate": 1704460029571, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
|
@@ -2078,6 +2078,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 163.9290243333278 msec\nrounds: 6" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Feda Curic", | ||
"username": "dafeda" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Øyvind Eide", | ||
"username": "oyvindeide" | ||
}, | ||
"distinct": true, | ||
"id": "8c22f231c6f7fcb4fecdba5c6cd183e07b1e7e67", | ||
"message": "Reduce accuracy of surface-order test\n\nTest is flaky.\nTest makes sure ERT does not change order of arrays and numerical\naccuracy is not important.", | ||
"timestamp": "2024-01-05T14:04:05+01:00", | ||
"tree_id": "2782dbc633aa2483bc366a72d5be27ae56e9971c", | ||
"url": "https://github.com/equinor/ert/commit/8c22f231c6f7fcb4fecdba5c6cd183e07b1e7e67" | ||
}, | ||
"date": 1704460029143, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 5.722562605385406, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.038534614854017504", | ||
"extra": "mean: 174.7468868333423 msec\nrounds: 6" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|