-
Notifications
You must be signed in to change notification settings - Fork 110
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 120659c
- Loading branch information
github-action-benchmark
committed
Nov 14, 2024
1 parent
965e492
commit 86a5c66
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": 1731585249543, | ||
"lastUpdate": 1731586386471, | ||
"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": "721f3c6d24038a0a55677cd81ef169af87a81d95", | ||
"message": "Make simulator fm invocation more explicit", | ||
"timestamp": "2024-11-06T09:17:29+01:00", | ||
"tree_id": "09af707c0a6520b44b2ee84198f5f546ebd9428d", | ||
"url": "https://github.com/equinor/ert/commit/721f3c6d24038a0a55677cd81ef169af87a81d95" | ||
}, | ||
"date": 1730881163707, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.1924269346460438, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0370351370942405", | ||
"extra": "mean: 5.196777685200004 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -932,6 +901,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.115755313800008 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "AugustoMagalhaes", | ||
"username": "AugustoMagalhaes" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Dan Sava", | ||
"username": "DanSava" | ||
}, | ||
"distinct": true, | ||
"id": "120659c388e9419327c899d34f1c4a346b551037", | ||
"message": "Adds test for invalid install_data templates", | ||
"timestamp": "2024-11-14T21:11:05+09:00", | ||
"tree_id": "0c0948dcaf4f5dee5b224c55944eec961484d2cf", | ||
"url": "https://github.com/equinor/ert/commit/120659c388e9419327c899d34f1c4a346b551037" | ||
}, | ||
"date": 1731586385230, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields", | ||
"value": 0.1919442611014824, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.029696380098208634", | ||
"extra": "mean: 5.209845786800014 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|