-
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 d0c330d
- Loading branch information
github-action-benchmark
committed
Feb 8, 2024
1 parent
b385963
commit 64fd8d2
Showing
1 changed file
with
31 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": 1707282924138, | ||
"lastUpdate": 1707360462348, | ||
"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": "775ba693fe53c6b5354263997e74dde82922ef39", | ||
"message": "fix(style): Formatting only", | ||
"timestamp": "2023-05-09T15:06:04-07:00", | ||
"tree_id": "5f258ee3915762da41eaccbb433b3037fd47ff6e", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/775ba693fe53c6b5354263997e74dde82922ef39" | ||
}, | ||
"date": 1683683134994, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Wall Time", | ||
"value": 299.417, | ||
"unit": "seconds", | ||
"range": 1.82795352785531 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -10702,6 +10672,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": "d0c330dce5fc9b6d455e455762c7e42167e50ac0", | ||
"message": "Merge pull request #553 from galacticusorg/fixHDF5VarLenStringRead\n\nAllow reading of variable length string types from HDF5 attributes", | ||
"timestamp": "2024-02-07T23:44:39Z", | ||
"tree_id": "e2ad3ae35eb6b1173f6eb7ebd44473d103daff08", | ||
"url": "https://github.com/galacticusorg/galacticus/commit/d0c330dce5fc9b6d455e455762c7e42167e50ac0" | ||
}, | ||
"date": 1707360461370, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Milky Way model - Wall Time", | ||
"value": 156.741, | ||
"unit": "seconds", | ||
"range": 0.099754197904666 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|