-
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 82f6406
- Loading branch information
github-action-benchmark
committed
Oct 3, 2023
1 parent
bb01d2d
commit a310b1e
Showing
1 changed file
with
31 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": 1695941967046, | ||
"lastUpdate": 1696320727333, | ||
"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": "c92abfa868f500de89dd190dc8329b96df64219e", | ||
"message": "Merge pull request #386 from galacticusorg/dependencies\n\nUse a file to store dependency versions", | ||
"timestamp": "2023-02-25T16:43:43Z", | ||
"tree_id": "59751bd8805093a1dcdfdb639eb8391c74873a67", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/c92abfa868f500de89dd190dc8329b96df64219e" | ||
}, | ||
"date": 1677359091043, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassMetallicityRelation", | ||
"value": 4.34868638993938, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassSizeRelation", | ||
"value": 7.54221189534925, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupMassVelocityDispersionRelation", | ||
"value": 1.51016345109794, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupOccupationFraction", | ||
"value": 23.8885373102773, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassFunction", | ||
"value": 142.127144267418, | ||
"unit": "-logℒ" | ||
}, | ||
{ | ||
"name": "Milky Way model - Likelihood - localGroupStellarMassHaloMassRelation", | ||
"value": 4.67537446498706, | ||
"unit": "-logℒ" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -10650,6 +10596,36 @@ window.BENCHMARK_DATA = { | |
"unit": "-logℒ" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Benson", | ||
"username": "abensonca" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "82f64062a3b79f48ea8ee6fb5282436b0c155e8f", | ||
"message": "Merge pull request #487 from galacticusorg/brownianBridgeFix\n\nFix mathematical implementation of Brownian bridge solutions", | ||
"timestamp": "2023-10-03T04:56:09Z", | ||
"tree_id": "47de2ca5c923cedf8aeeb044c9ea346fdf77bfa0", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/82f64062a3b79f48ea8ee6fb5282436b0c155e8f" | ||
}, | ||
"date": 1696320726513, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Wall Time", | ||
"value": 214.053, | ||
"unit": "seconds", | ||
"range": 0.2104331247647 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|