dbworkload 0.6.4__tar.gz → 0.6.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dbworkload
3
- Version: 0.6.4
3
+ Version: 0.6.5
4
4
  Summary: Workload framework
5
5
  Home-page: https://dbworkload.github.io/dbworkload/
6
6
  License: GPLv3+
@@ -416,6 +416,8 @@ def run(
416
416
 
417
417
  report_time += FREQUENCY
418
418
 
419
+ # pause briefly to prevent the loop from overheating the CPU
420
+ time.sleep(0.1)
419
421
 
420
422
  def worker(
421
423
  thread_count: int,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dbworkload"
3
- version = "0.6.4"
3
+ version = "0.6.5"
4
4
  description = "Workload framework"
5
5
  authors = ["Fabio Ghirardello"]
6
6
  license = "GPLv3+"
File without changes
File without changes