Skip to content

Commit

Permalink
Update benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Apr 8, 2024
1 parent 04e62c7 commit 408bf9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, label: str, color: str, setup: str):


BASELINE = Subject.PurePython
RUNS_TO_GET_MIN_TIME = 10
RUNS_TO_GET_MIN_TIME = 30
STMT_BATCH_SIZE = 10000

class TestCase:
Expand Down Expand Up @@ -279,7 +279,7 @@ def prepare():
print("Prep: set powercfg")
subprocess.run(ps + cfg_proc + "procthrottlemax 100", capture_output=True)
subprocess.run(ps + cfg_proc + "procthrottlemin 100", capture_output=True)
subprocess.run(ps + cfg_proc + "idledisable 1", capture_output=True)
# subprocess.run(ps + cfg_proc + "idledisable 1", capture_output=True)
subprocess.run(ps + "powercfg -setactive scheme_current", capture_output=True)

def cleanup():
Expand Down
Binary file modified benchmark/chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 408bf9a

Please sign in to comment.