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

k6 v0.42.0 updates - remove ES5 (2/5) #22

Merged
merged 2 commits into from
Feb 10, 2023
Merged

Conversation

imiric
Copy link
Contributor

@imiric imiric commented Feb 6, 2023

This is PR 2/5, part of updating the "Running large tests" article and running benchmarks on k6 v0.42.0.

These changes remove the ES5 scripts and NodeJS build pipeline, since we don't need to run k6 with --compatibility-mode=base anymore, as the memory improvements are negligible in recent k6 versions.

PR order: #21 -> #22 -> #23 -> #24 -> #25 (review and merge in reverse)

Ivan Mirić added 2 commits February 6, 2023 18:46
These won't be used for benchmarking new k6 versions, since the
--compability-mode option does not provide any memory savings anymore.
Since we won't need a build step to transpile ES6 scripts to ES5, we can
remove all of this \o/
Base automatically changed from update/k6-v0.42.0-fixes to master February 10, 2023 11:18
@imiric imiric merged commit a1d2a27 into master Feb 10, 2023
@imiric imiric deleted the update/k6-v0.42.0-remove-es5 branch February 10, 2023 11:19
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.

2 participants