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 a1f9feb
  • Loading branch information
github-action-benchmark committed Apr 5, 2024
1 parent 7cd5860 commit 0bea773
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": 1712301709224,
"lastUpdate": 1712303549114,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jonathan Karlsen",
"username": "jonathan-eq"
},
"committer": {
"email": "[email protected]",
"name": "Jonathan Karlsen",
"username": "jonathan-eq"
},
"distinct": true,
"id": "39dbee19267a55a48c8f6d2cd24370fad80f11d3",
"message": "Add test for bjobs output with no exec_host",
"timestamp": "2024-03-22T07:34:59+01:00",
"tree_id": "6165561736be7f36454870ba1195c2b519b303d6",
"url": "https://github.com/equinor/ert/commit/39dbee19267a55a48c8f6d2cd24370fad80f11d3"
},
"date": 1711089499396,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.19032447707140412,
"unit": "iter/sec",
"range": "stddev: 0.03740357685161665",
"extra": "mean: 5.2541849339999995 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -932,6 +901,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.18084120740001 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "larsevj",
"username": "larsevj"
},
"committer": {
"email": "[email protected]",
"name": "Lars Evje",
"username": "larsevj"
},
"distinct": true,
"id": "a1f9feb7d4783d510c28a692417dfa13ac191bfe",
"message": "Add back webviz-ert kwargs",
"timestamp": "2024-04-05T09:49:29+02:00",
"tree_id": "d3dd15286026e60dae970238fb89576cae91471d",
"url": "https://github.com/equinor/ert/commit/a1f9feb7d4783d510c28a692417dfa13ac191bfe"
},
"date": 1712303548443,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 0.1907729062416019,
"unit": "iter/sec",
"range": "stddev: 0.031495152516441416",
"extra": "mean: 5.241834491599991 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 0bea773

Please sign in to comment.