Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Feb 15, 2024
1 parent 11c48cf commit 085a5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/inat_vision_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def bench_route(self):
count = int(request.args["count"])
delay = int(request.args["delay"])
self.inferrer.TIME_DOWNLOAD = 0
self.inferrer.TIME_API = 0
self.inferrer.TIME_RESIZE = 0
self.inferrer.TIME_TOTAL = 0

Expand Down

0 comments on commit 085a5c5

Please sign in to comment.