Skip to content

Commit e8ff6de

Browse files
committed
update README.md
1 parent 4b8940b commit e8ff6de

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ goos: windows
3434
goarch: amd64
3535
pkg: github.com/werbenhu/ranklist
3636
cpu: AMD Ryzen 5 5600H with Radeon Graphics
37-
BenchmarkRankListSet-12 2075304 561.0 ns/op 375 B/op 5 allocs/op
38-
BenchmarkRankListRandSet-12 1000000 2485 ns/op 379 B/op 5 allocs/op
39-
BenchmarkRankListGet-12 16154066 73.37 ns/op 0 B/op 0 allocs/op
40-
BenchmarkRankListRank-12 5582490 215.6 ns/op 0 B/op 0 allocs/op
41-
BenchmarkRankListRange-12 4498735 223.6 ns/op 496 B/op 5 allocs/op
42-
BenchmarkZSetRandSet-12 1000000 2956 ns/op 167 B/op 3 allocs/op
43-
BenchmarkFastSkipListSet-12 6510691 202.7 ns/op 68 B/op 2 allocs/op
44-
BenchmarkFastSkipListRandSet-12 1000000 1384 ns/op 68 B/op 2 allocs/op
45-
BenchmarkFastSkipListGet-12 12458212 91.93 ns/op 0 B/op 0 allocs/op
46-
BenchmarkMapSet-12 4382750 338.1 ns/op 120 B/op 1 allocs/op
37+
BenchmarkRankListSet-12 2656849 413.0 ns/op 288 B/op 1 allocs/op
38+
BenchmarkRankListRandSet-12 1000000 1679 ns/op 309 B/op 1 allocs/op
39+
BenchmarkRankListGet-12 14207959 87.78 ns/op 0 B/op 0 allocs/op
40+
BenchmarkRankListRank-12 6200530 192.3 ns/op 0 B/op 0 allocs/op
41+
BenchmarkRankListRange-12 5907865 203.3 ns/op 496 B/op 5 allocs/op
42+
BenchmarkZSetRandSet-12 1000000 3302 ns/op 167 B/op 3 allocs/op
43+
BenchmarkFastSkipListSet-12 6264999 207.2 ns/op 68 B/op 2 allocs/op
44+
BenchmarkFastSkipListRandSet-12 1000000 1556 ns/op 68 B/op 2 allocs/op
45+
BenchmarkFastSkipListGet-12 13096218 91.68 ns/op 0 B/op 0 allocs/op
46+
BenchmarkMapSet-12 4131572 365.1 ns/op 127 B/op 1 allocs/op
4747
PASS
48-
ok github.com/werbenhu/ranklist 26.274s
48+
ok github.com/werbenhu/ranklist 25.241s
4949
```
5050

5151
## Usage

README_CN.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ goos: windows
3434
goarch: amd64
3535
pkg: github.com/werbenhu/ranklist
3636
cpu: AMD Ryzen 5 5600H with Radeon Graphics
37-
BenchmarkRankListSet-12 2075304 561.0 ns/op 375 B/op 5 allocs/op
38-
BenchmarkRankListRandSet-12 1000000 2485 ns/op 379 B/op 5 allocs/op
39-
BenchmarkRankListGet-12 16154066 73.37 ns/op 0 B/op 0 allocs/op
40-
BenchmarkRankListRank-12 5582490 215.6 ns/op 0 B/op 0 allocs/op
41-
BenchmarkRankListRange-12 4498735 223.6 ns/op 496 B/op 5 allocs/op
42-
BenchmarkZSetRandSet-12 1000000 2956 ns/op 167 B/op 3 allocs/op
43-
BenchmarkFastSkipListSet-12 6510691 202.7 ns/op 68 B/op 2 allocs/op
44-
BenchmarkFastSkipListRandSet-12 1000000 1384 ns/op 68 B/op 2 allocs/op
45-
BenchmarkFastSkipListGet-12 12458212 91.93 ns/op 0 B/op 0 allocs/op
46-
BenchmarkMapSet-12 4382750 338.1 ns/op 120 B/op 1 allocs/op
37+
BenchmarkRankListSet-12 2656849 413.0 ns/op 288 B/op 1 allocs/op
38+
BenchmarkRankListRandSet-12 1000000 1679 ns/op 309 B/op 1 allocs/op
39+
BenchmarkRankListGet-12 14207959 87.78 ns/op 0 B/op 0 allocs/op
40+
BenchmarkRankListRank-12 6200530 192.3 ns/op 0 B/op 0 allocs/op
41+
BenchmarkRankListRange-12 5907865 203.3 ns/op 496 B/op 5 allocs/op
42+
BenchmarkZSetRandSet-12 1000000 3302 ns/op 167 B/op 3 allocs/op
43+
BenchmarkFastSkipListSet-12 6264999 207.2 ns/op 68 B/op 2 allocs/op
44+
BenchmarkFastSkipListRandSet-12 1000000 1556 ns/op 68 B/op 2 allocs/op
45+
BenchmarkFastSkipListGet-12 13096218 91.68 ns/op 0 B/op 0 allocs/op
46+
BenchmarkMapSet-12 4131572 365.1 ns/op 127 B/op 1 allocs/op
4747
PASS
48-
ok github.com/werbenhu/ranklist 26.274s
48+
ok github.com/werbenhu/ranklist 25.241s
4949
```
5050

5151
## 使用示例 | Usage

0 commit comments

Comments
 (0)