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 f367789
  • Loading branch information
github-action-benchmark committed Jan 19, 2024
1 parent 8a7c18b commit dafa234
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": 1705591993572,
"lastUpdate": 1705645973400,
"repoUrl": "https://github.com/equinor/ert",
"entries": {
"Python Benchmark with pytest-benchmark": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "xjules",
"username": "xjules"
},
"committer": {
"email": "[email protected]",
"name": "Julius Parulek",
"username": "xjules"
},
"distinct": true,
"id": "a79a20b5ce99df9862307435462da0057ca8a395",
"message": "Use custom loop to get additional exceptions\n\n - Monkeypatch forward_modek_ok for scheduler",
"timestamp": "2024-01-04T13:30:08+01:00",
"tree_id": "ce36b0ef6f3450e72920798da66ed00e62852493",
"url": "https://github.com/equinor/ert/commit/a79a20b5ce99df9862307435462da0057ca8a395"
},
"date": 1704371572872,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.036899236576398,
"unit": "iter/sec",
"range": "stddev: 0.03386776503935381",
"extra": "mean: 165.64795283333447 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -931,6 +900,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 150.32348820000152 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"committer": {
"email": "[email protected]",
"name": "Eivind Jahren",
"username": "eivindjahren"
},
"distinct": true,
"id": "f367789493dec64d5f530861c02026815086c894",
"message": "Fix summary_keys generator",
"timestamp": "2024-01-19T07:30:17+01:00",
"tree_id": "bcb3b493489319c8115fb0c71bdd556fcb373d42",
"url": "https://github.com/equinor/ert/commit/f367789493dec64d5f530861c02026815086c894"
},
"date": 1705645972408,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.6747049693637255,
"unit": "iter/sec",
"range": "stddev: 0.0018697825168331522",
"extra": "mean: 149.81935599998906 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit dafa234

Please sign in to comment.