-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add AmpForm benchmark results (pytest) benchmark result for 5d573b6
- Loading branch information
github-action-benchmark
committed
Jan 13, 2025
1 parent
04e0e10
commit c0cafbb
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1734706447732, | ||
"lastUpdate": 1736794576764, | ||
"repoUrl": "https://github.com/ComPWA/ampform", | ||
"entries": { | ||
"AmpForm benchmark results": [ | ||
|
@@ -436,6 +436,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 358.5580380000053 msec\nrounds: 2" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "66853113+pre-commit-ci[bot]@users.noreply.github.com", | ||
"name": "pre-commit-ci[bot]", | ||
"username": "pre-commit-ci[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5d573b6f8a38db975fa8f92d393dbf5ae85f648a", | ||
"message": "MAINT: update lock files (#447)\n\n* DX: convert Tox config to native TOML\n* DX: run benchmarks in default tox job\n* FIX: downgrade `pygments` and `sphinx-codeautolink`\n* FIX: remove Codacy badge\n* FIX: update link to `uv.lock` file explanation\n* FIX: set `CODECOV_TOKEN`\n* FIX: set `sphinx.configuration`\n* MAINT: clean up Codecov config\n\nCo-authored-by: GitHub <[email protected]>", | ||
"timestamp": "2025-01-13T19:55:39+01:00", | ||
"tree_id": "89a9dbcef9ad96c3233c775602dd73bda00e9cd7", | ||
"url": "https://github.com/ComPWA/ampform/commit/5d573b6f8a38db975fa8f92d393dbf5ae85f648a" | ||
}, | ||
"date": 1736794576116, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/doit_speed.py::test_doit_speed", | ||
"value": 2.7992354767255248, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0016253846386406609", | ||
"extra": "mean: 357.2403995000002 msec\nrounds: 2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|