-
Notifications
You must be signed in to change notification settings - Fork 107
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 19d85c2
- Loading branch information
github-action-benchmark
committed
Oct 4, 2023
1 parent
76f3b39
commit 9e6906d
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": 1696408824156, | ||
"lastUpdate": 1696409531273, | ||
"repoUrl": "https://github.com/1c-syntax/bsl-language-server", | ||
"entries": { | ||
"BSL LS perfomance measurement (SSL 3.1)": [ | ||
|
@@ -23500,6 +23500,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 58.50226434071859 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": "19d85c2a35b87fefc3e94178dbae86eef57a04c7", | ||
"message": "Merge pull request #3142 from 1c-syntax/dependabot/gradle/io.freefair.maven-central.validate-poms-8.3\n\nbuild(deps): bump io.freefair.maven-central.validate-poms from 8.1.0 to 8.3", | ||
"timestamp": "2023-10-04T11:29:16+03:00", | ||
"tree_id": "6025a0f6e80bca32e2dc5c3545b777d3be56fdee", | ||
"url": "https://github.com/1c-syntax/bsl-language-server/commit/19d85c2a35b87fefc3e94178dbae86eef57a04c7" | ||
}, | ||
"date": 1696409528530, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": ".github/scripts/benchmark.py::test_analyze_ssl31", | ||
"value": 58.78788288434347, | ||
"unit": "sec", | ||
"range": "stddev: 1.4008213216048702", | ||
"extra": "mean: 58.78788288434347 sec\nrounds: 3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|