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

test(benchmark): make benchmarks runnable #174

Merged
merged 4 commits into from
Jan 27, 2025
Merged

Conversation

mervyn-mccreight
Copy link
Collaborator

The benchmarks have been excluded from the
build for quite a while. Repair and re-add the
benchmarks to the Gradle build.

Resolves #50

@mervyn-mccreight mervyn-mccreight marked this pull request as draft January 24, 2025 16:14
@mervyn-mccreight mervyn-mccreight marked this pull request as ready for review January 25, 2025 14:18

private val query = buildString {
append("{")
(0..999).forEach { appendLine("automated$it".prependIndent(" ")) }
Copy link
Owner

Choose a reason for hiding this comment

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

What's the benefit of prependIndent here? Formatting shouldn't matter for execution, should it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There isn't any, it was just for manual reviewing of the query.

@mervyn-mccreight mervyn-mccreight enabled auto-merge (squash) January 27, 2025 09:31
@mervyn-mccreight mervyn-mccreight merged commit f8f57b9 into main Jan 27, 2025
4 checks passed
@mervyn-mccreight mervyn-mccreight deleted the test/benchmarks branch January 27, 2025 09:32
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.

Review benchmark code
2 participants