Skip to content

Commit ec42391

Browse files
committed
order benchmakrs
1 parent 5f5e884 commit ec42391

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tut/stat/stat_test.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,14 @@ func BenchmarkMax(b *testing.B) {
111111
func BenchmarkMin(b *testing.B) {
112112
}
113113

114-
func BenchmarkMode(b *testing.B) {
114+
func BenchmarkStan(b *testing.B) {
115115
}
116116

117-
func BenchmarkMedian(b *testing.B) {
117+
func BenchmarkSort(b *testing.B) {
118118
}
119119

120-
func BenchmarkSort(b *testing.B) {
120+
func BenchmarkMode(b *testing.B) {
121+
}
122+
123+
func BenchmarkMedian(b *testing.B) {
121124
}

0 commit comments

Comments
 (0)