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

added large disjoint scale tests #78

Merged
merged 1 commit into from
Nov 15, 2022
Merged

added large disjoint scale tests #78

merged 1 commit into from
Nov 15, 2022

Conversation

kubikowski
Copy link
Owner

@kubikowski kubikowski commented Nov 15, 2022

added large disjoint scale tests:

Added 2 scale tests to each of the comparisons, and operations scale test suites:

  1. 2 disjoint 7.5M element sets: tests function(multiplesOf2, multiplesOf2B).
  2. 3 disjoint 5M element sets: tests function(multiplesOf3, multiplesOf3B, multiplesOf3C).

Those 3 new large sets are constructed as follows:

  1. multiplesOf2B: the multiples of 2 from 15M to 30M.
  2. multiplesOf3B: the multiples of 3 from 15M to 30M.
  3. multiplesOf3C: the multiples of 3 from 30M to 45M.

Also, split the large sets scale tests into 2 describes: 2 large sets & 3 large sets.

Also, split the large stes scale tests into 2 describes: 2 large sets & 3 large sets
@kubikowski kubikowski added type: Improvement general improvements to the code format & structure code: TypeScript changes to the typescript project labels Nov 15, 2022
@kubikowski kubikowski added this to the v1.5.4 milestone Nov 15, 2022
@kubikowski kubikowski self-assigned this Nov 15, 2022
@kubikowski kubikowski merged commit 0c482cf into main Nov 15, 2022
@kubikowski kubikowski deleted the scale branch November 15, 2022 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code: TypeScript changes to the typescript project type: Improvement general improvements to the code format & structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant