Skip to content

Commit

Permalink
add Python Benchmark with pytest-benchmark (pytest) benchmark result …
Browse files Browse the repository at this point in the history
…for 1f00a17
  • Loading branch information
github-action-benchmark committed Nov 5, 2024
1 parent 84f354d commit 39ca4e1
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,39 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1730798771017,
"lastUpdate": 1730799781736,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"committer": {
"email": "[email protected]",
"name": "Håvard Berland",
"username": "berland"
},
"distinct": true,
"id": "d63756369c15bcdf9b14d1f167d7f01320d816c3",
"message": "Fix typo in variable name in testkomodo.sh",
"timestamp": "2024-10-29T11:55:48+01:00",
"tree_id": "9e0005a4a649b5bb2d1b6e7484b0dc61ac0d7341",
"url": "https://github.com/equinor/ert/commit/d63756369c15bcdf9b14d1f167d7f01320d816c3"
},
"date": 1730199456443,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1952473238806674,
"unit": "iter/sec",
"range": "stddev: 0.041276735662446135",
"extra": "mean: 5.121709123200003 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.250397698600011 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Stephan de Hoop",
"username": "StephanDeHoop"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "1f00a17aa7bce09e93740ffdb3754285abaacbe5",
"message": "Fix small typo in Everest docs (#9153)\n\nFix small typo in docs",
"timestamp": "2024-11-05T10:41:15+01:00",
"tree_id": "c63a7abd0552cfa75a94ce3d4bfc4ec2cd0c5273",
"url": "https://github.com/equinor/ert/commit/1f00a17aa7bce09e93740ffdb3754285abaacbe5"
},
"date": 1730799781183,
"tool": "pytest",
"benches": [
{
"name": "tests/ert/performance_tests/test_analysis.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19694008109762362,
"unit": "iter/sec",
"range": "stddev: 0.02300224569439814",
"extra": "mean: 5.077686545199998 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 39ca4e1

Please sign in to comment.