binoua commited on
Commit
e3d1ab9
1 Parent(s): f7b8932

chore: testing execution time on the server side

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -1,3 +1,4 @@
 
1
  from typing import Dict, List, Any
2
  import numpy as np
3
  from concrete.ml.deployment import FHEModelServer
 
1
+ import time
2
  from typing import Dict, List, Any
3
  import numpy as np
4
  from concrete.ml.deployment import FHEModelServer