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 3fcce0e
  • Loading branch information
github-action-benchmark committed Jan 19, 2024
1 parent dada85e commit 04e1f28
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": 1705652734004,
"lastUpdate": 1705656972045,
"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": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a8192b71aab34f62cdc2bc5d8888519319e735cc",
"message": "Remove duplicate logging in scheduler job (#6902)",
"timestamp": "2024-01-05T09:04:46+01:00",
"tree_id": "cc9614c3694988af89220fb234b99337854678e1",
"url": "https://github.com/equinor/ert/commit/a8192b71aab34f62cdc2bc5d8888519319e735cc"
},
"date": 1704442043654,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.1125446862164,
"unit": "iter/sec",
"range": "stddev: 0.0308779583743804",
"extra": "mean: 163.5979859999992 msec\nrounds: 6"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -931,6 +900,37 @@ window.BENCHMARK_DATA = {
"extra": "mean: 157.50714440000593 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jonathan Karlsen",
"username": "jonathan-eq"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "3fcce0e8c6494b53be96dc4c3ebd84108f6e1375",
"message": "Add new workflow for dark storage performance benchmark (#6924)\n\n* Add dark storage benchmark workflow",
"timestamp": "2024-01-19T10:33:43+01:00",
"tree_id": "5aca248f790b0bac7abd9016b9fb6b3bd625a1a1",
"url": "https://github.com/equinor/ert/commit/3fcce0e8c6494b53be96dc4c3ebd84108f6e1375"
},
"date": 1705656971573,
"tool": "pytest",
"benches": [
{
"name": "tests/unit_tests/analysis/test_es_update.py::test_and_benchmark_adaptive_localization_with_fields",
"value": 6.6979979721571805,
"unit": "iter/sec",
"range": "stddev: 0.002481748930439188",
"extra": "mean: 149.298343199996 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 04e1f28

Please sign in to comment.