We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f13c2 commit 5d29ff8Copy full SHA for 5d29ff8
microbiorust-py/benchmarks/bench_pipeline.py
@@ -73,6 +73,7 @@ def track_energy(self, engine, context):
73
"""
74
is_ci = os.getenv('CI') or os.getenv('GITHUB_ACTIONS')
75
iterations = 500 if engine == 'rust' else 50
76
+ energy_kwh = None
77
start_cpu = time.process_time()
78
start_wall = time.perf_counter()
79
os.environ["CODECARBON_CARBON_INTENSITY"] = "475"
0 commit comments