-
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 cfdb5c3
- Loading branch information
github-action-benchmark
committed
Jan 3, 2024
1 parent
b85d385
commit 89f8c7b
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": 1704283937611, | ||
"lastUpdate": 1704287767073, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
|
@@ -1613,6 +1613,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 162.26941083333676 msec\nrounds: 6" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Eivind Jahren", | ||
"username": "eivindjahren" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Eivind Jahren", | ||
"username": "eivindjahren" | ||
}, | ||
"distinct": true, | ||
"id": "cfdb5c38c322b66131c69db7938300278a2cf2a3", | ||
"message": "Make suggestor work correctly with resizing", | ||
"timestamp": "2024-01-03T14:13:36+01:00", | ||
"tree_id": "5848e0c6f8ef9b213f349411321dc5f05b4a6f69", | ||
"url": "https://github.com/equinor/ert/commit/cfdb5c38c322b66131c69db7938300278a2cf2a3" | ||
}, | ||
"date": 1704287766509, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 6.063075563532016, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.034645634778718105", | ||
"extra": "mean: 164.93279516665874 msec\nrounds: 6" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|