-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for cc7f9a6
- Loading branch information
github-action-benchmark
committed
Sep 6, 2024
1 parent
0c5c964
commit 9157bf6
Showing
1 changed file
with
37 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": 1725625559381, | ||
"lastUpdate": 1725654560497, | ||
"repoUrl": "https://github.com/useblocks/sphinx-needs", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -9686,6 +9686,42 @@ window.BENCHMARK_DATA = { | |
"extra": "Commit: 73f1e1b947c85ebc074768b0e7a5e7864066d83e\nBranch: master\nTime: 2024-09-06T14:23:55+02:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Sewell", | ||
"username": "chrisjsewell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Chris Sewell", | ||
"username": "chrisjsewell" | ||
}, | ||
"distinct": true, | ||
"id": "cc7f9a6a96203b7655afb8e54ff8006b5226784a", | ||
"message": "🔧 Introduce `NeedsPartsView` type\n\nMake it clearer where we are using an list of the \"expanded\" needs+parts.\n\nAs discussed in #1264, there are a number of different representations of the needs,\nand so this makes it clearer which one a variable is.", | ||
"timestamp": "2024-09-06T22:27:21+02:00", | ||
"tree_id": "2484faf8d3f5cd2d3b200a5364a316dc5a037f5e", | ||
"url": "https://github.com/useblocks/sphinx-needs/commit/cc7f9a6a96203b7655afb8e54ff8006b5226784a" | ||
}, | ||
"date": 1725654551360, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Small, basic Sphinx-Needs project", | ||
"value": 0.19406639600001085, | ||
"unit": "s", | ||
"extra": "Commit: cc7f9a6a96203b7655afb8e54ff8006b5226784a\nBranch: master\nTime: 2024-09-06T22:27:21+02:00" | ||
}, | ||
{ | ||
"name": "Official Sphinx-Needs documentation (without services)", | ||
"value": 68.65637918499999, | ||
"unit": "s", | ||
"extra": "Commit: cc7f9a6a96203b7655afb8e54ff8006b5226784a\nBranch: master\nTime: 2024-09-06T22:27:21+02:00" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|