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 72c99b8
  • Loading branch information
github-action-benchmark committed Dec 11, 2023
1 parent 952b841 commit e4a4c5a
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": 1702041066649,
"lastUpdate": 1702280041627,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -153,6 +153,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 159.7155217999898 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"committer": {
"email": "[email protected]",
"name": "Feda Curic",
"username": "dafeda"
},
"distinct": true,
"id": "72c99b83fe2c428b3caaee66e0c95ae77db74e17",
"message": "Add comments",
"timestamp": "2023-12-11T08:31:10+01:00",
"tree_id": "362c6d85c9b9a11dbdcf14e0c3ac186f4afdba0b",
"url": "https://github.com/equinor/ert/commit/72c99b83fe2c428b3caaee66e0c95ae77db74e17"
},
"date": 1702280041145,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.190464875485687,
"unit": "iter/sec",
"range": "stddev: 0.0017667301586015414",
"extra": "mean: 161.538756799996 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit e4a4c5a

Please sign in to comment.