We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd60a64 commit 1339098Copy full SHA for 1339098
examples/main.py
@@ -45,4 +45,4 @@ def callback(candidate: pyds.Rule) -> bool:
45
begin = time.time()
46
main()
47
end = time.time()
48
- print(f"Execution time: {end - begin} seconds")
+ print(f"Execution time: {end - begin:.8f} seconds")
0 commit comments