mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
cleanup: removed unnecessary whitespace in measure_time.py
This commit is contained in:
parent
a82cfc869d
commit
4d0d323477
1 changed files with 0 additions and 2 deletions
|
@ -2,13 +2,11 @@ import os, sys, time, numpy
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import scipy
|
import scipy
|
||||||
|
|
||||||
from scipy import mean, stats
|
from scipy import mean, stats
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
print("Warning: scipy package is not installed, confidence values will not be available")
|
print("Warning: scipy package is not installed, confidence values will not be available")
|
||||||
stats = None
|
stats = None
|
||||||
|
|
||||||
|
|
||||||
duration_list = []
|
duration_list = []
|
||||||
|
|
||||||
DEFAULT_CYCLES_TO_RUN = 100
|
DEFAULT_CYCLES_TO_RUN = 100
|
||||||
|
|
Loading…
Add table
Reference in a new issue