*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 74488174 authored by android172's avatar android172
Browse files

Regex -> re

parent 09d27cb0
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ def find_build_directory():
return os.path.join(root, "build")
def extract_times(text_log):
import regex as re
import re
pattern_1 = r'# benchmark # Building the acceleration structure took: (.*) s'
pattern_2 = r'# benchmark # Rendering took: (.*) s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment