-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add BSL LS perfomance measurement (SSL 3.1) (pytest) benchmark result…
… for 9d01f83
- Loading branch information
github-action-benchmark
committed
Nov 20, 2023
1 parent
2d34c18
commit 968b275
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": 1700031281478, | ||
"lastUpdate": 1700504888224, | ||
"repoUrl": "https://github.com/1c-syntax/bsl-language-server", | ||
"entries": { | ||
"BSL LS perfomance measurement (SSL 3.1)": [ | ||
|
@@ -24244,6 +24244,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 59.37170569101969 sec\nrounds: 3" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Nikita Fedkin", | ||
"username": "nixel2007" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9d01f83c8434e0fec7d8b1b3a56c6088a49c1bc9", | ||
"message": "Merge pull request #3184 from 1c-syntax/dependabot/gradle/me.qoomon.git-versioning-6.4.3\n\nbuild(deps): bump me.qoomon.git-versioning from 6.4.2 to 6.4.3", | ||
"timestamp": "2023-11-20T19:15:52+01:00", | ||
"tree_id": "d4b396e8c4d0075d41e43d675cb93bcacc563b5d", | ||
"url": "https://github.com/1c-syntax/bsl-language-server/commit/9d01f83c8434e0fec7d8b1b3a56c6088a49c1bc9" | ||
}, | ||
"date": 1700504882014, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": ".github/scripts/benchmark.py::test_analyze_ssl31", | ||
"value": 60.08623751004537, | ||
"unit": "sec", | ||
"range": "stddev: 0.60886024635075", | ||
"extra": "mean: 60.08623751004537 sec\nrounds: 3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|