-
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 361742d
- Loading branch information
github-action-benchmark
committed
Sep 16, 2024
1 parent
d89f07a
commit 5b1f4ec
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": 1724400060578, | ||
"lastUpdate": 1726522419630, | ||
"repoUrl": "https://github.com/1c-syntax/bsl-language-server", | ||
"entries": { | ||
"BSL LS perfomance measurement (SSL 3.1)": [ | ||
|
@@ -26693,6 +26693,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 80.87514368693034 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": "361742d43aa9d84c10805ec6ea5685ca7df30c15", | ||
"message": "Merge pull request #3343 from 1c-syntax/gradlew-update-8.10.1\n\nUpdate Gradle Wrapper from 8.10 to 8.10.1", | ||
"timestamp": "2024-09-15T21:55:01+03:00", | ||
"tree_id": "a3ac927adbb6fd9ec4b31a6757f2ef5cc9be384a", | ||
"url": "https://github.com/1c-syntax/bsl-language-server/commit/361742d43aa9d84c10805ec6ea5685ca7df30c15" | ||
}, | ||
"date": 1726522415440, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": ".github/scripts/benchmark.py::test_analyze_ssl31", | ||
"value": 81.2124707698822, | ||
"unit": "sec", | ||
"range": "stddev: 0.876858587197116", | ||
"extra": "mean: 81.2124707698822 sec\nrounds: 3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|