-
Notifications
You must be signed in to change notification settings - Fork 4
perf test tsgo #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
perf test tsgo #118
Changes from 28 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
329e60b
tsgo init
iisaduan f647c14
if statements
iisaduan 31cab4d
more conditionals
iisaduan d6c18f7
fix var
iisaduan 6d2ad62
ref
iisaduan 1c470a4
fix `REF`
iisaduan 645f7f0
fix bool
iisaduan b180810
fix setup scripts
iisaduan c0f403a
route to correct tsc executable
iisaduan 8f8351c
oops, make correct exe name
iisaduan 2497a0b
test more fixes?
iisaduan 6063786
debug
iisaduan 9d12375
move debug
iisaduan 9997264
fix IS_PR to work with manual trigger
iisaduan ae05706
fix REF variable
iisaduan 0b30911
post perf results to the correct repo
iisaduan 233a036
error message "expected ref to start with"
iisaduan 2608d8a
host
iisaduan 4caea86
fix test
iisaduan 8856050
fake native host
iisaduan c6b2da9
make tsgo executable
iisaduan dec7dc3
add "tsc" to command line args
iisaduan 2f9f6f9
remove debug variables and fix tsserver
iisaduan b9edbab
allow lsp
iisaduan 0888c3b
add lsp to setup pipeline
iisaduan 990f846
clean up
iisaduan 8a8f32e
bump versions
iisaduan 90a5c18
format ...?
iisaduan 6c87b46
add snaps for tsgo testing
iisaduan e4fce58
set tested version of "microsoft/typescript" to be tsgo-port
iisaduan c974893
dont set --cpus when tsgo
iisaduan fcd445f
format/remove unused imports
iisaduan 858b837
add 'configTime` and `memoryAllocs` to results table
iisaduan 7a36319
allow table to match eitherconfig time or parse time
iisaduan c54b2f5
unbreak startup tests
iisaduan 1c778cf
flip filter
iisaduan 89bd7ff
Merge branch 'main' of https://github.com/microsoft/typescript-benchm…
iisaduan b6cb575
skip self-build-src-public-api when tsgo
iisaduan bfba76c
update tests
iisaduan 054bc4d
fix table (again)
iisaduan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,46 @@ | ||
| { | ||
| "name": "Compiler-UnionsLSP", | ||
| "kind": "lsp", | ||
| "args": [], | ||
| "tsserverConfig": { | ||
| "solution": "Compiler-Unions", | ||
| "commands": [ | ||
| { | ||
| "commandName": "updateOpen", | ||
| "args": [ | ||
| { | ||
| "file": "checker.ts" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "commandName": "geterr", | ||
| "args": [ | ||
| "checker.ts" | ||
| ] | ||
| }, | ||
| { | ||
| "commandName": "references", | ||
| "args": { | ||
| "file": "checker.ts", | ||
| "line": 10960, | ||
| "offset": 48 | ||
| } | ||
| }, | ||
| { | ||
| "commandName": "navto", | ||
| "args": { | ||
| "searchValue": "Type" | ||
| } | ||
| }, | ||
| { | ||
| "commandName": "completionInfo", | ||
| "args": { | ||
| "file": "checker.ts", | ||
| "line": 25149, | ||
| "offset": 6 | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } |
This file contains hidden or 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,46 @@ | ||
| { | ||
| "name": "CompilerLSP", | ||
| "kind": "lsp", | ||
| "args": [], | ||
| "tsserverConfig": { | ||
| "solution": "Compiler", | ||
| "commands": [ | ||
| { | ||
| "commandName": "updateOpen", | ||
| "args": [ | ||
| { | ||
| "file": "checker.ts" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "commandName": "geterr", | ||
| "args": [ | ||
| "checker.ts" | ||
| ] | ||
| }, | ||
| { | ||
| "commandName": "references", | ||
| "args": { | ||
| "file": "checker.ts", | ||
| "line": 11696, | ||
| "offset": 48 | ||
| } | ||
| }, | ||
| { | ||
| "commandName": "navto", | ||
| "args": { | ||
| "searchValue": "Type" | ||
| } | ||
| }, | ||
| { | ||
| "commandName": "completionInfo", | ||
| "args": { | ||
| "file": "checker.ts", | ||
| "line": 26636, | ||
| "offset": 6 | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,49 @@ | ||
| { | ||
| "name": "xstate-main-1-LSP", | ||
| "kind": "lsp", | ||
| "args": [], | ||
| "tsserverConfig": { | ||
| "solution": "xstate-main-1", | ||
| "commands": [ | ||
| { | ||
| "commandName": "updateOpen", | ||
| "args": [ | ||
| { | ||
| "file": "packages/core/src/index.ts" | ||
| }, | ||
| { | ||
| "file": "packages/core/src/StateNode.ts" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "commandName": "geterr", | ||
| "args": [ | ||
| "packages/core/src/StateNode.ts" | ||
| ] | ||
| }, | ||
| { | ||
| "commandName": "references", | ||
| "args": { | ||
| "file": "packages/core/src/index.ts", | ||
| "line": 14, | ||
| "offset": 15 | ||
| } | ||
| }, | ||
| { | ||
| "commandName": "navto", | ||
| "args": { | ||
| "searchValue": "State" | ||
| } | ||
| }, | ||
| { | ||
| "commandName": "completionInfo", | ||
| "args": { | ||
| "file": "packages/core/src/index.ts", | ||
| "line": 47, | ||
| "offset": 1 | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } |
This file contains hidden or 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,10 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| set -exo pipefail | ||
| cd "${0%/*}" | ||
|
|
||
| source ../../common.sh | ||
|
|
||
| clone_scenario https://github.com/statelyai/xstate.git 9118720b2d81cd3cd6b8e4ea8da75d576c47fa8d | ||
|
|
||
| run_sandboxed sh -c 'yarn install' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.