Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P project06
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cs2-20wi
  • project06
  • Merge requests
  • !1

An error occurred while fetching the assigned milestone of the selected merge_request.
Merged
Created 4 years ago by Archie Shahidullah@archie:expressionless:Developer

Review Tests for Project 6

  • Overview 0
  • Commits 6
  • Pipelines 4
  • Changes 18

Closes #2, #3, #6, #8, #9, #10, #11, #12

Related to #7

Edited 4 years ago by Ethan Ordentlich
  • Ethan Ordentlich @eordentl added 3 commits 4 years ago

    added 3 commits

    • 9f59306e - Miscellaneous cleanup changes
    • 7afb7645 - Miscellaneous cleanup changes
    • 2ef85bc3 - Another set of changes!

    Compare with previous version

  • Ethan Ordentlich @eordentl changed the description 4 years ago

    changed the description

  • Ethan Ordentlich @eordentl added 1 commit 4 years ago

    added 1 commit

    • 6fceb9a8 - tests go brrr

    Compare with previous version

  • Ethan Ordentlich @eordentl added 1 commit 4 years ago

    added 1 commit

    • eebef509 - more brrr

    Compare with previous version

  • Ethan Ordentlich @eordentl changed the description 4 years ago

    changed the description

  • Ethan Ordentlich @eordentl mentioned in commit 34439f4a 4 years ago

    mentioned in commit 34439f4a

  • Ethan Ordentlich @eordentl merged 4 years ago

    merged

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Viewing commit 7afb7645
Prev Next
Show latest version
2 files
+ 2
- 1

    Preferences

    File browser
    Compare changes
src/word‎suggestor‎
ParseFBMes‎sages.java‎ +1 -0
tests/edu/caltech/‎cs2/datastructures‎
MinFourHea‎pTests.java‎ +1 -1
  • 7afb7645
    Ethan Ordentlich
    Miscellaneous cleanup changes · 7afb7645
    Ethan Ordentlich authored 4 years ago
src/wordsuggestor/ParseFBMessages.java
+ 1
- 0
  • View file @ 7afb7645

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
import java.io.PrintWriter;
import java.util.Iterator;
import edu.caltech.cs2.datastructures.ArrayDeque;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
Show 20 lines Show all unchanged lines
tests/edu/caltech/cs2/datastructures/MinFourHeapTests.java
+ 1
- 1
  • View file @ 7afb7645

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
@Tag("C")
@ParameterizedTest(name = "Stress test enqueue and dequeue.")
@CsvSource({"100, 30000", "42, 10000"})
@CsvSource({"100, 10000", "42, 10000"})
public void stressTestAddRemove(int seed, int size) {
MinFourHeap<Integer> heap = new MinFourHeap<>();
Comparator<Integer> c = new IntegerComparator();
Show 20 lines Show all unchanged lines
Assignee
Ethan Ordentlich's avatar
Ethan Ordentlich
@eordentl
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: tests

Menu

Projects Groups Snippets
Help