elliotchance / orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
817 stars 62 forks source link

update performance test times to avoid accidental factors #34

Closed francisoliverlee closed 9 months ago

francisoliverlee commented 10 months ago

to avoid accidental factors to effect result of performance test, make run time bigger

This change is Reviewable