Skip to content

Commit 31dc994

Browse files
committed
static performance output
1 parent 5e77bb4 commit 31dc994

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

docs/about/performance.ipynb

+21-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": null,
14+
"execution_count": 1,
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -30,9 +30,17 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": null,
33+
"execution_count": 2,
3434
"metadata": {},
35-
"outputs": [],
35+
"outputs": [
36+
{
37+
"name": "stdout",
38+
"output_type": "stream",
39+
"text": [
40+
"504 ms ± 5.81 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)\n"
41+
]
42+
}
43+
],
3644
"source": [
3745
"%%timeit\n",
3846
"\n",
@@ -71,9 +79,17 @@
7179
},
7280
{
7381
"cell_type": "code",
74-
"execution_count": null,
82+
"execution_count": 3,
7583
"metadata": {},
76-
"outputs": [],
84+
"outputs": [
85+
{
86+
"name": "stdout",
87+
"output_type": "stream",
88+
"text": [
89+
"231 ms ± 872 μs per loop (mean ± std. dev. of 7 runs, 1 loop each)\n"
90+
]
91+
}
92+
],
7793
"source": [
7894
"%%timeit\n",
7995
"\n",

0 commit comments

Comments
 (0)