-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
[Test] Julia nightly + breaking-release #2534
Closed
Closed
Conversation
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
* don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments
* convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment fix surface fix tests
* don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * fix surface * fix tests * less magic, clearer name * fix remaining signatures, fix tests * fix makie tests * fix matrix_grid * gotta remove flat surface from WGLMakie tests :( * fix merge conflicts vscode didn't show
* don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * clean up attribute code / easier compilation * qualify AbstractObservable * speed improvements * don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * fix surface * fix tests * remove some boxes fix merge fix contourf
get benchmark going
* don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments
* convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment fix surface fix tests
* don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * fix surface * fix tests * less magic, clearer name * fix remaining signatures, fix tests * fix makie tests * fix matrix_grid * gotta remove flat surface from WGLMakie tests :( * fix merge conflicts vscode didn't show
* don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * clean up attribute code / easier compilation * qualify AbstractObservable * speed improvements * don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * don't use data_limits to figure out axis type (#1770) * don't use data_limits to figure out axis type * fix is2d * fix tests * fix heatmap * fix remaining tests * Update contours.jl * fix comments * fix 2d surfaces, add test (#1913) * [breaking] clean up conversion pipeline (#1810) * convert more orderly * fix problems * ok, we can't actually recursively convert * the need for recursion * fix conversions * geometry improvements * fix surface * fix surface * remove unused files * fix heatmap with Intervals * bring back nice errors, by introducing proper per plot convert targets * fix plot * fix tests * reset runtests * address review * resurrect Grid and address last review comment * fix surface * fix tests * remove some boxes fix merge fix contourf
Compile Times benchmarkNote, that these numbers may fluctuate on the CI servers, so take them with a grain of salt. All benchmark results are based on the mean time and negative percent mean faster than the base branch. Note, that GLMakie + WGLMakie run on an emulated GPU, so the runtime benchmark is much slower. Results are from running: using_time = @ctime using Backend
# Compile time
create_time = @ctime fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @ctime Makie.colorbuffer(display(fig))
# Runtime
create_time = @benchmark fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @benchmark Makie.colorbuffer(display(fig))
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Benchmarks #2220 on julia nightly