-
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 05f26d7
- Loading branch information
github-action-benchmark
committed
Jan 24, 2024
1 parent
24a5a6c
commit 621bdf1
Showing
1 changed file
with
32 additions
and
32 deletions.
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,39 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1706097380597, | ||
"lastUpdate": 1706098981610, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "xjules", | ||
"username": "xjules" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Julius Parulek", | ||
"username": "xjules" | ||
}, | ||
"distinct": true, | ||
"id": "f687bbad1a029a1be675885817ab29d618ebf9db", | ||
"message": "Cancel correctly tasks from sync context in Scheduler\n\nWhen stopping the executing from ee, which runs in another thread, we need to use the correct loop\nwhen cancelling the job tasks. Further, we just signal to cancel therefore we don't need to await\nfor the tasks to finish. This is handled in the Scheduler.execute - asyncio.gather.\n\nThere two functions (kill_all_jobs and cancel_all_jobs) to cancel the tasks in the Scheduler. kill_all_jobs is meant to be used from sync context.", | ||
"timestamp": "2024-01-12T13:44:47+01:00", | ||
"tree_id": "62bb8cfbb5d9d3920511e4b73be0bbbd3f9f86e1", | ||
"url": "https://github.com/equinor/ert/commit/f687bbad1a029a1be675885817ab29d618ebf9db" | ||
}, | ||
"date": 1705063650251, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 6.614316614231362, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0017013985557833187", | ||
"extra": "mean: 151.18719866666197 msec\nrounds: 6" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -932,6 +901,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 150.1897670000062 msec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Yngve S. Kristiansen", | ||
"username": "yngve-sk" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "05f26d7f0aab3612652667c5361e81a0c7c908f8", | ||
"message": "Clarify gen data docs\n\n* Clarify GEN_DATA docs", | ||
"timestamp": "2024-01-24T13:20:24+01:00", | ||
"tree_id": "7657aed45aa04b17f54428e2bda441f2b4507d20", | ||
"url": "https://github.com/equinor/ert/commit/05f26d7f0aab3612652667c5361e81a0c7c908f8" | ||
}, | ||
"date": 1706098981094, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 6.630288598149747, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.001910581108224423", | ||
"extra": "mean: 150.82299740000167 msec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|