-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add benchmark hot runs mode and release reports * feat: update benchmark reports * feat: hot start will clear atn cache every benchmark test and add version limit * feat: hot start support benchmark results --------- Co-authored-by: jialan <[email protected]>
- Loading branch information
1 parent
b835c4b
commit cb69bab
Showing
18 changed files
with
682 additions
and
50 deletions.
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
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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Benchmark | ||
|
||
### Language | ||
FlinkSQL | ||
|
||
### Report Time | ||
2024/9/9 19:55:03 | ||
|
||
### Device | ||
macOS 14.4.1 | ||
(8) arm64 Apple M1 Pro | ||
16.00 GB | ||
|
||
### Version | ||
`nodejs`: v21.6.1 | ||
`dt-sql-parser`: v4.0.2 | ||
`antlr4-c3`: v3.3.7 | ||
`antlr4ng`: v2.0.11 | ||
|
||
### Running Mode | ||
Cold Start | ||
|
||
### Report | ||
| Benchmark Name | Method Name |SQL Rows|Average Time(ms)| | ||
|----------------|----------------------------|--------|----------------| | ||
|Query Collection| getAllTokens | 1015 | 227 | | ||
|Query Collection| validate | 1015 | 221 | | ||
| Insert Columns | getAllTokens | 1001 | 65 | | ||
| Insert Columns | validate | 1001 | 65 | | ||
| Create Table | getAllTokens | 1004 | 27 | | ||
| Create Table | validate | 1004 | 26 | | ||
| Split SQL | splitSQLByStatement | 999 | 52 | | ||
|Collect Entities| getAllEntities | 1056 | 141 | | ||
| Suggestion |getSuggestionAtCaretPosition| 1056 | 131 | | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Benchmark | ||
|
||
### Language | ||
HiveSQL | ||
|
||
### Report Time | ||
2024/9/9 19:55:03 | ||
|
||
### Device | ||
macOS 14.4.1 | ||
(8) arm64 Apple M1 Pro | ||
16.00 GB | ||
|
||
### Version | ||
`nodejs`: v21.6.1 | ||
`dt-sql-parser`: v4.0.2 | ||
`antlr4-c3`: v3.3.7 | ||
`antlr4ng`: v2.0.11 | ||
|
||
### Running Mode | ||
Cold Start | ||
|
||
### Report | ||
| Benchmark Name | Method Name |SQL Rows|Average Time(ms)| | ||
|----------------|----------------------------|--------|----------------| | ||
|Query Collection| getAllTokens | 1015 | 185 | | ||
|Query Collection| validate | 1015 | 179 | | ||
| Update Table | getAllTokens | 1011 | 112 | | ||
| Update Table | validate | 1011 | 109 | | ||
| Insert Columns | getAllTokens | 1001 | 329 | | ||
| Insert Columns | validate | 1001 | 329 | | ||
| Create Table | getAllTokens | 1002 | 21 | | ||
| Create Table | validate | 1002 | 20 | | ||
| Split SQL | splitSQLByStatement | 1001 | 72 | | ||
|Collect Entities| getAllEntities | 1066 | 106 | | ||
| Suggestion |getSuggestionAtCaretPosition| 1066 | 100 | | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Benchmark | ||
|
||
### Language | ||
ImpalaSQL | ||
|
||
### Report Time | ||
2024/9/9 19:55:03 | ||
|
||
### Device | ||
macOS 14.4.1 | ||
(8) arm64 Apple M1 Pro | ||
16.00 GB | ||
|
||
### Version | ||
`nodejs`: v21.6.1 | ||
`dt-sql-parser`: v4.0.2 | ||
`antlr4-c3`: v3.3.7 | ||
`antlr4ng`: v2.0.11 | ||
|
||
### Running Mode | ||
Cold Start | ||
|
||
### Report | ||
| Benchmark Name | Method Name |SQL Rows|Average Time(ms)| | ||
|----------------|----------------------------|--------|----------------| | ||
|Query Collection| getAllTokens | 1015 | 71 | | ||
|Query Collection| validate | 1015 | 71 | | ||
| Update Table | getAllTokens | 1011 | 113 | | ||
| Update Table | validate | 1011 | 108 | | ||
| Insert Columns | getAllTokens | 1001 | 208 | | ||
| Insert Columns | validate | 1001 | 213 | | ||
| Create Table | getAllTokens | 1002 | 23 | | ||
| Create Table | validate | 1002 | 23 | | ||
| Split SQL | splitSQLByStatement | 1001 | 65 | | ||
|Collect Entities| getAllEntities | 1066 | 82 | | ||
| Suggestion |getSuggestionAtCaretPosition| 1066 | 83 | | ||
|
||
|
Oops, something went wrong.