-
Notifications
You must be signed in to change notification settings - Fork 106
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 e901c9c
- Loading branch information
github-action-benchmark
committed
Oct 4, 2023
1 parent
9e6906d
commit 2418856
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": 1696409531273, | ||
"lastUpdate": 1696410208241, | ||
"repoUrl": "https://github.com/1c-syntax/bsl-language-server", | ||
"entries": { | ||
"BSL LS perfomance measurement (SSL 3.1)": [ | ||
|
@@ -23531,6 +23531,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 58.78788288434347 sec\nrounds: 3" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Maximov Valery", | ||
"username": "theshadowco" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "e901c9c9f74151d1300e22ef9896a279e2f6f9fa", | ||
"message": "Merge pull request #3144 from 1c-syntax/dependabot/gradle/io.freefair.lombok-8.3\n\nbuild(deps): bump io.freefair.lombok from 8.1.0 to 8.3", | ||
"timestamp": "2023-10-04T11:29:43+03:00", | ||
"tree_id": "b0c9dd662bfd55ee8d5bbdc02428ab3e8dc264ac", | ||
"url": "https://github.com/1c-syntax/bsl-language-server/commit/e901c9c9f74151d1300e22ef9896a279e2f6f9fa" | ||
}, | ||
"date": 1696410202231, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": ".github/scripts/benchmark.py::test_analyze_ssl31", | ||
"value": 58.45871901512146, | ||
"unit": "sec", | ||
"range": "stddev: 0.17655346793458007", | ||
"extra": "mean: 58.45871901512146 sec\nrounds: 3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|