Unverified Commit a344a1a7 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

Use regex in convert-results-json-to-markdown.py (#22989)


Signed-off-by: default avatarMichael Goin <mgoin64@gmail.com>
parent 79899b63
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
import argparse import argparse
import json import json
import os import os
import re
import shlex import shlex
from importlib import util from importlib import util
from pathlib import Path from pathlib import Path
...@@ -12,6 +11,7 @@ from typing import Any ...@@ -12,6 +11,7 @@ from typing import Any
import pandas as pd import pandas as pd
import psutil import psutil
import regex as re
from tabulate import tabulate from tabulate import tabulate
# latency results and the keys that will be printed into markdown # latency results and the keys that will be printed into markdown
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment