-
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 0a64025
- Loading branch information
github-action-benchmark
committed
Jan 8, 2024
1 parent
6ce50f1
commit 0c40535
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": 1704460624368, | ||
"lastUpdate": 1704729960019, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
|
@@ -2140,6 +2140,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 165.50541650000147 msec\nrounds: 6" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Håvard Berland", | ||
"username": "berland" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0a64025cf795e50d9362840dfe9b6a0e4c3c3f2a", | ||
"message": "Ignore CancelledError when killing (#6909)\n\nAs this kill() is called from job.py when a CancelledError is\r\nhandled, some more exception handling is required here. Solves\r\na flaky test", | ||
"timestamp": "2024-01-08T17:03:26+01:00", | ||
"tree_id": "98d082ed73a13ecf33b312ac211c6304530c067b", | ||
"url": "https://github.com/equinor/ert/commit/0a64025cf795e50d9362840dfe9b6a0e4c3c3f2a" | ||
}, | ||
"date": 1704729959518, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 5.995391330693898, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03291803311682125", | ||
"extra": "mean: 166.79478366665043 msec\nrounds: 6" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|