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 396440a
  • Loading branch information
github-action-benchmark committed Dec 4, 2023
1 parent 1426790 commit 41f1b0c
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1701694848580,
"lastUpdate": 1701696260701,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -91,6 +91,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 22.670989984999995 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "396440a39d9640e0a0c0060cf72e0b02cca6b40d",
"message": "Add GitHub workflow for benchmarking",
"timestamp": "2023-12-04T14:18:43+01:00",
"tree_id": "172996b31c9232e643ac9f4ae97f96741cc806d8",
"url": "https://github.com/equinor/ert/commit/396440a39d9640e0a0c0060cf72e0b02cca6b40d"
},
"date": 1701696259764,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_adaptive_localization.py::test_benchmark",
"value": 0.04412457882796298,
"unit": "iter/sec",
"range": "stddev: 0.05221567337292963",
"extra": "mean: 22.663105837200014 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 41f1b0c

Please sign in to comment.