{"id":24445956,"url":"https://github.com/chowdhuryj-github/benchmarkinggui","last_synced_at":"2026-04-30T19:32:20.606Z","repository":{"id":242714273,"uuid":"810340116","full_name":"chowdhuryj-github/BenchmarkingGUI","owner":"chowdhuryj-github","description":"A MSOE Lab Project for a JavaFX application on generating benchmarking plots for different methods of a Array List or Linked List implementation.","archived":false,"fork":false,"pushed_at":"2025-07-20T22:20:16.000Z","size":882,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T00:18:25.045Z","etag":null,"topics":["benchmarking","data-structures","javafx"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chowdhuryj-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-04T13:58:45.000Z","updated_at":"2025-07-20T23:00:08.000Z","dependencies_parsed_at":"2024-06-04T16:30:58.066Z","dependency_job_id":"39b181b0-fdd8-4658-b166-e3602f6f4d07","html_url":"https://github.com/chowdhuryj-github/BenchmarkingGUI","commit_stats":null,"previous_names":["chowdhuryj-github/benchmarkinggui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chowdhuryj-github/BenchmarkingGUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chowdhuryj-github%2FBenchmarkingGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chowdhuryj-github%2FBenchmarkingGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chowdhuryj-github%2FBenchmarkingGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chowdhuryj-github%2FBenchmarkingGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chowdhuryj-github","download_url":"https://codeload.github.com/chowdhuryj-github/BenchmarkingGUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chowdhuryj-github%2FBenchmarkingGUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["benchmarking","data-structures","javafx"],"created_at":"2025-01-20T23:31:10.594Z","updated_at":"2026-04-30T19:32:20.594Z","avatar_url":"https://github.com/chowdhuryj-github.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Bucks](assets/banners.gif)\n\n# The Benchmarking GUI Lab Collection\nWelcome to the Benchmarking GUI Lab Collection! This repository is a data structures project that I've worked on during my freshman year at the Milwaukee School of Engineering!\n\n## Lab 6 | Benchmarking Implementations\nCreated a program that is able to generate benchmark results that generate graphs to show the amount of time it takes for each of the list implementations to complete each operations as a function of the number of elements stored in that list. The list implementations and the operations are as follows:\n\n### List Implementations\n* the ```java.util.ArrayList``` implementation\n* the ```java.util.Linkedlist``` implementation\n* the ```datastructures.ArrayList``` implementation\n* the ```datastructures.LinkedList``` implementation\n* the ```datastructures.LinkedListTurbo``` implementation\n\n### List Operations \n* the ```addToFront``` operation — Adding to the front of the list\n* the ```indexedContain``` operation — Iterating through the list using an index (calling get()) to find a match\n* the ```contains``` operation — Determining if a value is in the list using contains()\n\n## Lab 7 | Benchmarking Analysis\nCreated a word document with written Big-O analysis for all List implementations. Modified the program to have the generated pictrues saved in a folder as a .png image. The program is also modified to support command line arguments. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchowdhuryj-github%2Fbenchmarkinggui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchowdhuryj-github%2Fbenchmarkinggui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchowdhuryj-github%2Fbenchmarkinggui/lists"}