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 501709c
  • Loading branch information
github-action-benchmark committed Mar 19, 2024
1 parent d7c66c4 commit dd52a90
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": 1710836910446,
"lastUpdate": 1710848933949,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Frode Aarstad",
"username": "frode-aarstad"
},
"committer": {
"email": "[email protected]",
"name": "Frode Aarstad",
"username": "frode-aarstad"
},
"distinct": true,
"id": "d22053cf3ebd5c68a890dbdc4256df4881d25375",
"message": "Show total time in update tab",
"timestamp": "2024-03-13T09:59:56+01:00",
"tree_id": "072e047752c118db36e7e6ac29b1413b56273dbc",
"url": "https://github.com/equinor/ert/commit/d22053cf3ebd5c68a890dbdc4256df4881d25375"
},
"date": 1710320574011,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19222737731400147,
"unit": "iter/sec",
"range": "stddev: 0.016927445080984736",
"extra": "mean: 5.202172624800005 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.233716782199997 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Frode Aarstad",
"username": "frode-aarstad"
},
"committer": {
"email": "[email protected]",
"name": "Frode Aarstad",
"username": "frode-aarstad"
},
"distinct": true,
"id": "501709ce4a39f92ef0dc9973cbda81b11c625176",
"message": "Add function for calculating std dev",
"timestamp": "2024-03-19T12:45:51+01:00",
"tree_id": "e266894d3976be62d03c5e78c8b2f0ade405ca28",
"url": "https://github.com/equinor/ert/commit/501709ce4a39f92ef0dc9973cbda81b11c625176"
},
"date": 1710848933489,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19043773150013904,
"unit": "iter/sec",
"range": "stddev: 0.024980709164708355",
"extra": "mean: 5.251060239599997 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit dd52a90

Please sign in to comment.