Skip to content

Commit c8605e5

Browse files
author
github-action-benchmark
committed
add Python Benchmark with pytest-benchmark (pytest) benchmark result for 8e9aa11
1 parent d924d76 commit c8605e5

File tree

1 file changed

+74
-1
lines changed

1 file changed

+74
-1
lines changed

dev/bench/data.js

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1765796272379,
2+
"lastUpdate": 1765796288450,
33
"repoUrl": "https://github.com/PyEllips/pyElli",
44
"entries": {
55
"Python Benchmark with pytest-benchmark": [
@@ -19143,6 +19143,79 @@ window.BENCHMARK_DATA = {
1914319143
"extra": "mean: 3.13077220000082 msec\nrounds: 10"
1914419144
}
1914519145
]
19146+
},
19147+
{
19148+
"commit": {
19149+
"author": {
19150+
"email": "49699333+dependabot[bot]@users.noreply.github.com",
19151+
"name": "dependabot[bot]",
19152+
"username": "dependabot[bot]"
19153+
},
19154+
"committer": {
19155+
"email": "[email protected]",
19156+
"name": "GitHub",
19157+
"username": "web-flow"
19158+
},
19159+
"distinct": true,
19160+
"id": "8e9aa1168a24c4ae22ba8e074f1f187deb921fb2",
19161+
"message": "Bump actions/upload-artifact from 5 to 6 (#251)\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
19162+
"timestamp": "2025-12-15T11:57:25+01:00",
19163+
"tree_id": "8d68d2f75accebdd6f433537a16e24641b99894b",
19164+
"url": "https://github.com/PyEllips/pyElli/commit/8e9aa1168a24c4ae22ba8e074f1f187deb921fb2"
19165+
},
19166+
"date": 1765796287794,
19167+
"tool": "pytest",
19168+
"benches": [
19169+
{
19170+
"name": "tests/benchmark_formula_dispersion.py::test_formula_solver2x2",
19171+
"value": 149.87492263261436,
19172+
"unit": "iter/sec",
19173+
"range": "stddev: 0.00018557676846121424",
19174+
"extra": "mean: 6.672230300003434 msec\nrounds: 10"
19175+
},
19176+
{
19177+
"name": "tests/benchmark_formula_dispersion.py::test_formula_solver4x4_expm",
19178+
"value": 69.46366031184623,
19179+
"unit": "iter/sec",
19180+
"range": "stddev: 0.0005411067319480594",
19181+
"extra": "mean: 14.396016500003839 msec\nrounds: 10"
19182+
},
19183+
{
19184+
"name": "tests/benchmark_propagators_TiO2.py::test_solver4x4_eig",
19185+
"value": 40.058438532001546,
19186+
"unit": "iter/sec",
19187+
"range": "stddev: 0.00020803859342451319",
19188+
"extra": "mean: 24.963529199999357 msec\nrounds: 10"
19189+
},
19190+
{
19191+
"name": "tests/benchmark_propagators_TiO2.py::test_solver4x4_expm",
19192+
"value": 20.106461218953037,
19193+
"unit": "iter/sec",
19194+
"range": "stddev: 0.00011721428929726635",
19195+
"extra": "mean: 49.73525620000032 msec\nrounds: 10"
19196+
},
19197+
{
19198+
"name": "tests/benchmark_propagators_TiO2.py::test_solver4x4_expm_pytorch",
19199+
"value": 57.07459397162409,
19200+
"unit": "iter/sec",
19201+
"range": "stddev: 0.00842301650636883",
19202+
"extra": "mean: 17.52093059999993 msec\nrounds: 10"
19203+
},
19204+
{
19205+
"name": "tests/benchmark_propagators_TiO2.py::test_solver4x4_linear",
19206+
"value": 264.6658773275361,
19207+
"unit": "iter/sec",
19208+
"range": "stddev: 0.00015094557115846778",
19209+
"extra": "mean: 3.7783487999945464 msec\nrounds: 10"
19210+
},
19211+
{
19212+
"name": "tests/benchmark_propagators_TiO2.py::test_solver2x2",
19213+
"value": 281.7666623207112,
19214+
"unit": "iter/sec",
19215+
"range": "stddev: 0.0001014619057574019",
19216+
"extra": "mean: 3.5490359000021954 msec\nrounds: 10"
19217+
}
19218+
]
1914619219
}
1914719220
]
1914819221
}

0 commit comments

Comments
 (0)