Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 411 Bytes

Performance benchmark for Pina vs. Vue 3 Ref/Reactive

Vue 3 stores can be implemented using either Pinia or Vue 3 native Reactivity API

Benchmark: 1000000 write operations

Test Time
Ref time: 36ms
Pinia ref time: 628ms
Reactive time: 501ms
Pinia reactive time: 809ms

StackBlitz