Skip to content

Instantly share code, notes, and snippets.

@swolchok
Created March 8, 2023 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swolchok/c8bcb92be1dc6e67c4f7efad498becd5 to your computer and use it in GitHub Desktop.
Save swolchok/c8bcb92be1dc6e67c4f7efad498becd5 to your computer and use it in GitHub Desktop.
baseline output for nested_annotation_str benchmark
Nesting level: 1
output: Dict[str, Tuple[str, str]]
<torch.utils.benchmark.utils.common.Measurement object at 0x7f7bcb854f40>
x.annotation_str
Median: 19.34 us
IQR: 0.81 us (19.02 to 19.83)
101 measurements, 100 runs per measurement, 1 thread
Nesting level: 3
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[str, str]], Dict[str,
<torch.utils.benchmark.utils.common.Measurement object at 0x7f7bcb854e80>
x.annotation_str
Median: 72.49 us
IQR: 3.53 us (70.52 to 74.05)
24 measurements, 100 runs per measurement, 1 thread
Nesting level: 5
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f7bcb854f40>
x.annotation_str
Median: 269.98 us
IQR: 16.18 us (260.60 to 276.78)
69 measurements, 10 runs per measurement, 1 thread
Nesting level: 10
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f7bcb854e80>
x.annotation_str
Median: 8.65 ms
IQR: 0.43 ms (8.44 to 8.87)
23 measurements, 1 runs per measurement, 1 thread
second run:
Nesting level: 1
output: Dict[str, Tuple[str, str]]
<torch.utils.benchmark.utils.common.Measurement object at 0x7f985f500fa0>
x.annotation_str
Median: 22.13 us
IQR: 1.65 us (21.19 to 22.85)
91 measurements, 100 runs per measurement, 1 thread
Nesting level: 3
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[str, str]], Dict[str,
<torch.utils.benchmark.utils.common.Measurement object at 0x7f985f500f40>
x.annotation_str
Median: 81.37 us
IQR: 3.96 us (79.85 to 83.81)
21 measurements, 100 runs per measurement, 1 thread
Nesting level: 5
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f985f500fa0>
x.annotation_str
Median: 272.03 us
IQR: 23.01 us (262.05 to 285.06)
73 measurements, 10 runs per measurement, 1 thread
Nesting level: 10
output: Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[str, Tuple[Dict[s
<torch.utils.benchmark.utils.common.Measurement object at 0x7f985f500f40>
x.annotation_str
Median: 8.81 ms
IQR: 0.73 ms (8.42 to 9.16)
22 measurements, 1 runs per measurement, 1 thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment