chore: testing execution time on the server side
Browse files- 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
|