-
Notifications
You must be signed in to change notification settings - Fork 109
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 68c2de9
- Loading branch information
github-action-benchmark
committed
Nov 28, 2024
1 parent
cadbb95
commit 39e2239
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": 1732782972959, | ||
"lastUpdate": 1732783002362, | ||
"repoUrl": "https://github.com/equinor/ert", | ||
"entries": { | ||
"Python Benchmark with pytest-benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Yngve S. Kristiansen", | ||
"username": "yngve-sk" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Yngve S. Kristiansen", | ||
"username": "yngve-sk" | ||
}, | ||
"distinct": true, | ||
"id": "233bee235736095eff9e97567622e60e55da20a3", | ||
"message": "Add memory test for some plotapi endpoints", | ||
"timestamp": "2024-11-25T09:15:13+01:00", | ||
"tree_id": "498b2b1431e8ba8f6fea597a9670bc0d1a1ce266", | ||
"url": "https://github.com/equinor/ert/commit/233bee235736095eff9e97567622e60e55da20a3" | ||
}, | ||
"date": 1732522623991, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.1922964332479814, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.045695956206649124", | ||
"extra": "mean: 5.2003044628 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -932,6 +901,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.138384517399999 sec\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": "68c2de998a110df4c297353256982b487ddab767", | ||
"message": "Add time&mem test for snake oil plotting", | ||
"timestamp": "2024-11-28T09:34:45+01:00", | ||
"tree_id": "9ef010a445c0afb2780e07e62c392418c025ffff", | ||
"url": "https://github.com/equinor/ert/commit/68c2de998a110df4c297353256982b487ddab767" | ||
}, | ||
"date": 1732783001315, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.1923963015343426, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.02450197563491844", | ||
"extra": "mean: 5.1976051100000005 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|