jk-gan / flipper-plugin-redux-debugger

Flipper plugin for Redux in React Native
MIT License
117 stars 20 forks source link

Duration for redux-thunk actions is misleading #69

Open sesm opened 1 year ago

sesm commented 1 year ago

redux-thunk async actions can show duration in hundreds of milliseconds, while directly benchmarking the reducer functions for this actions shows ~1-2 milliseconds. How is duration measured for actions generated from redux-thunk thunks?