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

Release 1.3.3 #84

Merged
merged 10 commits into from
Jan 2, 2023
Merged

Release 1.3.3 #84

merged 10 commits into from
Jan 2, 2023

Conversation

Shiranuit
Copy link
Contributor

1.3.3 (2023-01-02)

Bug fixes

Others


CustomEntity and others added 8 commits August 8, 2022 12:04
Build result property in Response with format: raw
This PR tries to reduce the snippet testing time, by compiling every snippets scenario in one executable instead of compiling them each time and spending time in compilation between each tests

This is a Proof of Concept and might not be adopted.

The goal is to compile each snippets inside one file, the way this is achieved is by creating a function for each snippet scenario
and the main function is calling the appropriate function based on an environment variable.
This reduces compilation time to one time instead of having to relaunch the gradle daemon for each step.

The testing time has been reduced by 30%.

Another way to reduce testing time is to launch tests in parallel, some work is currently done to test how this could be achieved
@Shiranuit Shiranuit merged commit c7b46de into master Jan 2, 2023
@Shiranuit Shiranuit deleted the 1.3.3-proposal branch January 2, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants