Skip to content
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

chore: remove third_party submodule #20201

Merged
merged 7 commits into from
Aug 19, 2023

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Aug 18, 2023

removes third_party submodule, tools are installed on-demand.

  • removed load_test and websocket benchmark (covered by benchy)
  • removed node/bun http benchmarks (covered by benchy)
  • dlint & dprint downloaded on-demand.
  • wrk & hyperfine downloaded before CI benchmark run.
    Install locally using: ./tools/install_prebuilt.js wrk hyperfine

updating dlint/dprint

update version in tools/util.js and place binary in denoland/deno_third_party.

@littledivy littledivy marked this pull request as ready for review August 18, 2023 06:15
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!


const url = `${downloadUrl}/${toolName}${executableSuffix}`;

const resp = await fetch(url);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if the response is not successful?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spinner fails and throws an error.

tools/util.js Outdated Show resolved Hide resolved
tools/util.js Outdated Show resolved Hide resolved
@littledivy littledivy merged commit c2259f7 into denoland:main Aug 19, 2023
13 checks passed
littledivy added a commit to littledivy/deno that referenced this pull request Aug 21, 2023
removes third_party submodule, tools are installed on-demand.

- removed `load_test` and websocket benchmark (covered by benchy)
- removed node/bun http benchmarks (covered by benchy)
- `dlint` & `dprint` downloaded on-demand. 
- `wrk` & `hyperfine` downloaded before CI benchmark run. 
   Install locally using: `./tools/install_prebuilt.js wrk hyperfine`

#### updating dlint/dprint

update version in `tools/util.js` and place binary in
`denoland/deno_third_party`.
littledivy added a commit that referenced this pull request Aug 21, 2023
removes third_party submodule, tools are installed on-demand.

- removed `load_test` and websocket benchmark (covered by benchy)
- removed node/bun http benchmarks (covered by benchy)
- `dlint` & `dprint` downloaded on-demand. 
- `wrk` & `hyperfine` downloaded before CI benchmark run. 
   Install locally using: `./tools/install_prebuilt.js wrk hyperfine`

#### updating dlint/dprint

update version in `tools/util.js` and place binary in
`denoland/deno_third_party`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants