Skip to content

Commit

Permalink
change default env for benchmarks to py312
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Jan 9, 2024
1 parent d6365d1 commit ebb3808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks/bench_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def _create_bar_chart(self, color_scheme: ColorScheme, measures: Sequence[Benchm
],
)

DEFAULT_ENV_KEY = 'py311'
DEFAULT_ENV_KEY = 'py312'

def create_hub_plot(
self,
Expand Down

0 comments on commit ebb3808

Please sign in to comment.