File tree 1 file changed +21
-5
lines changed
1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
{
13
13
"cell_type" : " code" ,
14
- "execution_count" : null ,
14
+ "execution_count" : 1 ,
15
15
"metadata" : {},
16
16
"outputs" : [],
17
17
"source" : [
30
30
},
31
31
{
32
32
"cell_type" : " code" ,
33
- "execution_count" : null ,
33
+ "execution_count" : 2 ,
34
34
"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
+ ],
36
44
"source" : [
37
45
" %%timeit\n " ,
38
46
" \n " ,
71
79
},
72
80
{
73
81
"cell_type" : " code" ,
74
- "execution_count" : null ,
82
+ "execution_count" : 3 ,
75
83
"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
+ ],
77
93
"source" : [
78
94
" %%timeit\n " ,
79
95
" \n " ,
You can’t perform that action at this time.
0 commit comments