elliotchance / orderedmap

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

update performance test times to avoid accidental factors #34

Closed francisoliverlee closed 1 year ago

francisoliverlee commented 1 year ago

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

This change is Reviewable