-
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 7389072
- Loading branch information
github-action-benchmark
committed
Jan 20, 2024
1 parent
721c056
commit b3db61a
Showing
1 changed file
with
55 additions
and
55 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,62 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1705792184181, | ||
"lastUpdate": 1705792191908, | ||
"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": "Andrew Benson", | ||
"username": "abensonca" | ||
}, | ||
"distinct": true, | ||
"id": "6ebc45062686ef0809ad3ced3fb32692a6fa0cef", | ||
"message": "feat: Add option to ignore integration errors for line-of-sight velocity dispersions", | ||
"timestamp": "2023-04-18T02:44:45Z", | ||
"tree_id": "f4c3ac104865e3e7477666f39fdf15250169b01b", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/6ebc45062686ef0809ad3ced3fb32692a6fa0cef" | ||
}, | ||
"date": 1681796168040, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassMetallicityRelation", | ||
"value": 4.40848388147287, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassSizeRelation", | ||
"value": 7.90776852188703, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassVelocityDispersionRelation", | ||
"value": 1.40081185287867, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupOccupationFraction", | ||
"value": 23.6940050229357, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassFunction", | ||
"value": 164.224255022934, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassHaloMassRelation", | ||
"value": 4.43847832308561, | ||
"unit": "-logℒ" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -10706,6 +10652,60 @@ window.BENCHMARK_DATA = { | |
"range": 1.35993312335617 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Benson", | ||
"username": "abensonca" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "738907272e8bedcc3d1c8a688abdd98d93bf258d", | ||
"message": "Merge pull request #529 from galacticusorg/featReuseableWorkflows\n\nMake use of reuseable workflows to simplify GitHub Actions workflow files", | ||
"timestamp": "2024-01-20T20:06:59Z", | ||
"tree_id": "146720a7231dc2c5d78c9c8b9783bbfbc4242b64", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/738907272e8bedcc3d1c8a688abdd98d93bf258d" | ||
}, | ||
"date": 1705792190720, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassMetallicityRelation", | ||
"value": 3.20890533289581, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassSizeRelation", | ||
"value": 4.37256417745761, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassVelocityDispersionRelation", | ||
"value": 1.03038660268652, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupOccupationFraction", | ||
"value": 24.0849085638188, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassFunction", | ||
"value": 122.411696654471, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassHaloMassRelation", | ||
"value": 13.7563384932922, | ||
"unit": "-logℒ" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|