Skip to content

Commit

Permalink
add PyACP benchmarks (pytest) benchmark result for 6961ca0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 2, 2024
1 parent 9eb3ec6 commit 4a32071
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1706878400018,
"lastUpdate": 1706881327221,
"repoUrl": "https://github.com/ansys-internal/pyacp",
"entries": {
"PyACP benchmarks": [
Expand Down Expand Up @@ -11606,6 +11606,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 839.0449395487989 usec\nrounds: 1373"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Dominik Gresch",
"username": "greschd"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6961ca0a83406590111fb70e07ac99d849af173a",
"message": "Add options for partial documentation builds (#368)\n\nAdd the following options to run a partial doc build, controlled\r\nvia environment variables:\r\n- `PYACP_DOC_SKIP_GALLERY=true`: do not build the examples\r\n gallery\r\n- `PYACP_DOC_SKIP_API=true`: do not build the API reference\r\n\r\nAdd a quick variant of the documentation build in CI which only\r\nbuilds the main pages (no API / examples). This build runs in parallel\r\nwith the full documentation build, to provider quicker feedback\r\non errors.\r\n\r\nAdd docstrings to the enum classes.",
"timestamp": "2024-02-02T13:38:50Z",
"tree_id": "8035eeedbaf676b6fd6b0de1a9c9caea8b98dcd7",
"url": "https://github.com/ansys-internal/pyacp/commit/6961ca0a83406590111fb70e07ac99d849af173a"
},
"date": 1706881316860,
"tool": "pytest",
"benches": [
{
"name": "tests/benchmarks/test_class40.py::test_class40",
"value": 4.453186281670784,
"unit": "iter/sec",
"range": "stddev: 0.006555512399374841",
"extra": "mean: 224.5583132499931 msec\nrounds: 4"
},
{
"name": "tests/benchmarks/test_create.py::test_create_modeling_group",
"value": 897.970234488952,
"unit": "iter/sec",
"range": "stddev: 0.0003563358395559134",
"extra": "mean: 1.113622658738922 msec\nrounds: 967"
}
]
}
]
}
Expand Down

0 comments on commit 4a32071

Please sign in to comment.