@@ -66,14 +66,14 @@ fn counter_add(c: &mut Criterion) {
66
66
let index_first_attribute = rands[ 0 ] ;
67
67
let index_second_attribute = rands[ 1 ] ;
68
68
let index_third_attribute = rands[ 2 ] ;
69
- let index_forth_attribute = rands[ 3 ] ;
69
+ let index_fourth_attribute = rands[ 3 ] ;
70
70
counter. add (
71
71
1 ,
72
72
& [
73
73
KeyValue :: new ( "attribute1" , attribute_values[ index_first_attribute] ) ,
74
74
KeyValue :: new ( "attribute2" , attribute_values[ index_second_attribute] ) ,
75
75
KeyValue :: new ( "attribute3" , attribute_values[ index_third_attribute] ) ,
76
- KeyValue :: new ( "attribute4" , attribute_values[ index_forth_attribute ] ) ,
76
+ KeyValue :: new ( "attribute4" , attribute_values[ index_fourth_attribute ] ) ,
77
77
] ,
78
78
) ;
79
79
} ) ;
@@ -94,14 +94,14 @@ fn counter_add(c: &mut Criterion) {
94
94
let index_first_attribute = rands[ 0 ] ;
95
95
let index_second_attribute = rands[ 1 ] ;
96
96
let index_third_attribute = rands[ 2 ] ;
97
- let index_forth_attribute = rands[ 3 ] ;
97
+ let index_fourth_attribute = rands[ 3 ] ;
98
98
counter. add (
99
99
1 ,
100
100
& [
101
101
KeyValue :: new ( "attribute2" , attribute_values[ index_second_attribute] ) ,
102
102
KeyValue :: new ( "attribute3" , attribute_values[ index_third_attribute] ) ,
103
103
KeyValue :: new ( "attribute1" , attribute_values[ index_first_attribute] ) ,
104
- KeyValue :: new ( "attribute4" , attribute_values[ index_forth_attribute ] ) ,
104
+ KeyValue :: new ( "attribute4" , attribute_values[ index_fourth_attribute ] ) ,
105
105
] ,
106
106
) ;
107
107
} ) ;
@@ -126,14 +126,14 @@ fn counter_add(c: &mut Criterion) {
126
126
let index_first_attribute = rands[ 0 ] ;
127
127
let index_second_attribute = rands[ 1 ] ;
128
128
let index_third_attribute = rands[ 2 ] ;
129
- let index_forth_attribute = rands[ 3 ] ;
129
+ let index_fourth_attribute = rands[ 3 ] ;
130
130
counter. add (
131
131
1 ,
132
132
& [
133
133
KeyValue :: new ( "attribute1" , attribute_values[ index_first_attribute] ) ,
134
134
KeyValue :: new ( "attribute2" , attribute_values[ index_second_attribute] ) ,
135
135
KeyValue :: new ( "attribute3" , attribute_values[ index_third_attribute] ) ,
136
- KeyValue :: new ( "attribute4" , attribute_values[ index_forth_attribute ] ) ,
136
+ KeyValue :: new ( "attribute4" , attribute_values[ index_fourth_attribute ] ) ,
137
137
] ,
138
138
) ;
139
139
} ) ;
0 commit comments