Skip to content

Commit a81aebb

Browse files
author
Nikola Yurukov
committed
[Test] Add benchmarks for FibHeap
1 parent 28c12ef commit a81aebb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fibheap/benchmarks.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
BenchmarkFibHeap_Enqueue-4 10000000 167 ns/op 72 B/op 1 allocs/op
2+
BenchmarkFibHeap_DequeueMin-4 20000 229153 ns/op 167035 B/op 2 allocs/op
3+
BenchmarkFibHeap_DecreaseKey-4 10000000 105 ns/op 80 B/op 1 allocs/op
4+
BenchmarkFibHeap_Delete-4 10000 109693 ns/op 85836 B/op 2 allocs/op
5+
BenchmarkFibHeap_Merge-4 5000000 268 ns/op 144 B/op 3 allocs/op
6+
PASS
7+
ok _/home/nikola/git/go-datastructures/fibheap 11.457s

0 commit comments

Comments
 (0)