-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: sync map impl #1263
base: main
Are you sure you want to change the base?
fix: sync map impl #1263
Conversation
@fzipi Used loadOrStore for concurrentUpdates |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1263 +/- ##
==========================================
- Coverage 81.69% 81.69% -0.01%
==========================================
Files 169 169
Lines 9767 9766 -1
==========================================
- Hits 7979 7978 -1
Misses 1537 1537
Partials 251 251
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Benchmarks: Current
Before sync map
|
Now I'm getting: Current
Previous
|
I was lazy and just did checkout the last commit before the merge. Should I add the benchmarks only to the old commits? |
Need to copy the two functions BenchmarkAddTransformationUnique and BenchmarkAddTransformationSame to old commit and run. |
Make sure that you've checked the boxes below before you submit PR:
Thanks for your contribution ❤️