-
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 d88ef2e
- Loading branch information
github-action-benchmark
committed
Jun 26, 2024
1 parent
f12588d
commit ec5d35b
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": 1719317849663, | ||
"lastUpdate": 1719405016199, | ||
"repoUrl": "https://github.com/ComPWA/ampform", | ||
"entries": { | ||
"AmpForm benchmark results": [ | ||
|
@@ -95,6 +95,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 424.1680510000094 msec\nrounds: 2" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Remco de Boer", | ||
"username": "redeboer" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d88ef2ee3918a2c9369ab666272d9b838a3c568a", | ||
"message": "BREAK: change to Apache license (#432)", | ||
"timestamp": "2024-06-26T14:29:40+02:00", | ||
"tree_id": "4d6ca6ef58eef44aa8e55795173ba7f455fa8b51", | ||
"url": "https://github.com/ComPWA/ampform/commit/d88ef2ee3918a2c9369ab666272d9b838a3c568a" | ||
}, | ||
"date": 1719405015775, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/doit_speed.py::test_doit_speed", | ||
"value": 2.316439241962917, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0008865980594063316", | ||
"extra": "mean: 431.6970554999813 msec\nrounds: 2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|