Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intuit/Tank
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: intuit/Tank
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 9 commits
  • 514 files changed
  • 3 contributors

Commits on Nov 28, 2023

  1. Prep Snapshot 3.3.1

    kevin-mcgoldrick committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f975226 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Nonlinear Workload - Simplify Code + QOL changes (#291)

    * default to script loops but keep sim time, agent threads numbered, + much cleaner code
    
    * update confusing variable names/comments
    
    * limit string double to 2 dec points
    
    * fixed activeCount for numbered threads
    
    * limit to 2 decimals
    
    ---------
    
    Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
    Zakaria-Kofiro and zkofiro authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e121c58 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. allow any ramp rate value per agent (#292)

    Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
    Zakaria-Kofiro and zkofiro authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    36b260b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Implement Retry for Agents Starting HttpServer (#293)

    * worth a shot
    
    * check if server started
    
    * if u cant beat them, join them - remove started flag to test
    
    * added retry to find service running on port
    
    * implementing retry loop if port occupied
    
    * cleaner retry logic
    
    * ignore InterruptedException when waiting for port to be available
    
    * updating to match IE exception convention
    
    ---------
    
    Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
    Zakaria-Kofiro and zkofiro authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    60bd3f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Initialize Agents Before Starting Load (#294)

    * initial implementation - test functionality
    
    * decrease reporting metric time to 15
    
    * don't need
    
    * start agents after
    
    * update variable type
    
    * much better
    
    * pass jobId as string
    
    * UI + new agent status
    
    * UI fix
    
    * final UI change
    
    * unneeded files
    
    * update changed value
    
    ---------
    
    Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
    Zakaria-Kofiro and zkofiro authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0ff242d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. update position pointer to loop subnet list (#295)

    Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
    Zakaria-Kofiro and zkofiro authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aee1e7f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. update to two step instead of gate rush (#296)

    Co-authored-by: zkofiro <zakaria_kofiro@intuit.com>
    Zakaria-Kofiro and zkofiro authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b8b2eda View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. [Major] Move javax -> jakarta packaging (#289)

    * jakarta conversion
    * updated library versions
    * jakarta.annotation
    * JdkClientConnection
    * runtime dependencies in package assembly
    * Update permissions and favicon
    kevin-mcgoldrick authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    39c5d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03240fe View commit details
    Browse the repository at this point in the history
Loading