-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Milky Way model benchmarks (customSmallerIsBetter) benchmark resu…
…lt for 456ee65
- Loading branch information
github-action-benchmark
committed
Sep 28, 2023
1 parent
2834217
commit 25b3d7f
Showing
1 changed file
with
55 additions
and
31 deletions.
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,38 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1695869202188, | ||
"lastUpdate": 1695869211129, | ||
"repoUrl": "https://github.com/galacticusorg/galacticus", | ||
"entries": { | ||
"Milky Way model benchmarks": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Benson", | ||
"username": "abensonca" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "be4aad9836b68a5a98948480fb8e76054d353acf", | ||
"message": "Merge pull request #382 from galacticusorg/fixSpelling\n\nFix spelling mistakes and typos in documentation", | ||
"timestamp": "2023-02-23T14:14:20Z", | ||
"tree_id": "ba78be22f9c570aa2dd292b6b9935a4fb70f663d", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/be4aad9836b68a5a98948480fb8e76054d353acf" | ||
}, | ||
"date": 1677171082890, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Wall Time", | ||
"value": 177.423, | ||
"unit": "seconds", | ||
"range": 0.212899271955418 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -10626,6 +10596,60 @@ window.BENCHMARK_DATA = { | |
"range": 0.234230869016282 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Benson", | ||
"username": "abensonca" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "456ee65559ae2d66240a0338a9207d59a749d28e", | ||
"message": "Merge pull request #482 from galacticusorg/bryanNorman1998GeneralCosmology\n\nAllow the `virialDensityContrastBryanNorman1998` class to work for arbitrary cosmologies", | ||
"timestamp": "2023-09-27T23:37:00Z", | ||
"tree_id": "6123b72aff0f3c5e0099a26b1c6499cecaacd08e", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/456ee65559ae2d66240a0338a9207d59a749d28e" | ||
}, | ||
"date": 1695869209790, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassMetallicityRelation", | ||
"value": 3.26508433888745, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassSizeRelation", | ||
"value": 10.3101047357318, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassVelocityDispersionRelation", | ||
"value": 0.931769699117319, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupOccupationFraction", | ||
"value": 23.6269493362323, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassFunction", | ||
"value": 65.3346334051298, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassHaloMassRelation", | ||
"value": 9.79492758041714, | ||
"unit": "-logℒ" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|