-
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 c423b95
- Loading branch information
github-action-benchmark
committed
Aug 7, 2023
1 parent
cac64ba
commit 4b262d2
Showing
1 changed file
with
32 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": 1690708106719, | ||
"lastUpdate": 1691434068894, | ||
"repoUrl": "https://github.com/1c-syntax/bsl-language-server", | ||
"entries": { | ||
"BSL LS perfomance measurement (SSL 3.1)": [ | ||
|
@@ -23376,6 +23376,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 58.7885266939799 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": "c423b9563cedb0a1777a66ec0e933b0a972276a8", | ||
"message": "Merge pull request #3128 from 1c-syntax/dependabot/gradle/io.sentry-sentry-bom-6.28.0\n\nbuild(deps): bump io.sentry:sentry-bom from 6.27.0 to 6.28.0", | ||
"timestamp": "2023-08-07T20:36:04+02:00", | ||
"tree_id": "072b5b58d0d6a842454fa38a2577c994373bcee8", | ||
"url": "https://github.com/1c-syntax/bsl-language-server/commit/c423b9563cedb0a1777a66ec0e933b0a972276a8" | ||
}, | ||
"date": 1691434061844, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": ".github/scripts/benchmark.py::test_analyze_ssl31", | ||
"value": 58.79378604888916, | ||
"unit": "sec", | ||
"range": "stddev: 1.7821824202189296", | ||
"extra": "mean: 58.79378604888916 sec\nrounds: 3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|