Skip to content

Commit

Permalink
Making benchmarks as a module within the library.
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Sep 17, 2024
1 parent 73c971b commit adc833b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import threading
import time

from benchmarks.decorators import profile_time
from opensourceleg.benchmarks.decorators import profile_time

counter = 0
PROFILING_ITERATIONS = 1000
Expand Down

0 comments on commit adc833b

Please sign in to comment.