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 b2e05e3 commit a55302aCopy full SHA for a55302a
.buildkite/nightly-benchmarks/scripts/convert-results-json-to-markdown.py
@@ -4,14 +4,14 @@
4
import argparse
5
import json
6
import os
7
-import re
8
import shlex
9
from importlib import util
10
from pathlib import Path
11
from typing import Any
12
13
import pandas as pd
14
import psutil
+import regex as re
15
from tabulate import tabulate
16
17
# latency results and the keys that will be printed into markdown
0 commit comments