Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
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: joshuaboniface/hwatest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BotBlake/hwatest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 5, 2024

  1. Exported Hardwareinfo into hwitool.py

    -> using wmi (win32) to add windows alternative for lshw
    -> broke linux support by removing lshw (for now)
    
    hwatest.py
    -> Adjusted output (and internal variables) to match the required JSON Format.
    -> added "average worker" speed as a breakout condition
    -> changed to raw style strings for ffmpeg_streams
    BotBlake committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ee33244 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Added GPU driver limit detection

    temporary solution is cheching the results afterwards if one is >5
    
    added feature to differenciate between cpu and gpu in output file
    added used gpu index to output file
    BotBlake committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    406387e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    5d1d7ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0290223 View commit details
    Browse the repository at this point in the history
  3. hwatest Code Cleanup

    BotBlake committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6b31703 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    052bebe View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    a33b1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511c038 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b57db1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    473efd8 View commit details
    Browse the repository at this point in the history
Loading