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

Generated string should contain only 0-9, a-Z characters #131

Merged
merged 7 commits into from
Sep 21, 2018

Conversation

adamsitnik
Copy link
Member

Today I was running all of the benchmarks after the merge of #94 to make sure that they work and 3 benchmarks have failed due to the content of random-generated strings.

using char.min - char.max was bad idea because most of the strings were containing some weird chars, now I have changed it to contain only 0-9, a-Z characters

@adamsitnik adamsitnik merged commit c6c8759 into dotnet:master Sep 21, 2018
@adamsitnik adamsitnik deleted the allBenchmarksOk branch October 17, 2018 15:04
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