Claudio Costa
1e53fe85ad
[MM-21378] Add mutex to model.Post to guard against race conditions on Post.Props (#13884)
* Add mutex to model.Post to guard against race conditions on Post.Props
* Rename mutex
* Add GetProp() method to Post
* Fix more tests
* Fix flaky test
Benchmarks:
BenchmarkPostPropsGet_indirect
BenchmarkPostPropsGet_indirect-2 85026746 13.0 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsGet_indirect-4 90273747 13.0 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsGet_indirect-8 88324293 13.0 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsGet_indirect-16 91427720 13.1 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsGet_direct
BenchmarkPostPropsGet_direct-2 1000000000 0.242 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsGet_direct-4 1000000000 0.241 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsGet_direct-8 1000000000 0.240 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsGet_direct-16 1000000000 0.241 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsAdd_indirect
BenchmarkPostPropsAdd_indirect-2 5602224 203 ns/op 336 B/op 2 allocs/op
BenchmarkPostPropsAdd_indirect-4 5959496 206 ns/op 336 B/op 2 allocs/op
BenchmarkPostPropsAdd_indirect-8 5833999 205 ns/op 336 B/op 2 allocs/op
BenchmarkPostPropsAdd_indirect-16 5802493 225 ns/op 336 B/op 2 allocs/op
BenchmarkPostPropsAdd_direct
BenchmarkPostPropsAdd_direct-2 100000000 11.3 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsAdd_direct-4 100000000 11.3 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsAdd_direct-8 100000000 11.6 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsAdd_direct-16 99840794 11.4 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsDel_indirect
BenchmarkPostPropsDel_indirect-2 18824002 61.9 ns/op 48 B/op 1 allocs/op
BenchmarkPostPropsDel_indirect-4 19470736 63.8 ns/op 48 B/op 1 allocs/op
BenchmarkPostPropsDel_indirect-8 17640460 65.3 ns/op 48 B/op 1 allocs/op
BenchmarkPostPropsDel_indirect-16 18692962 65.4 ns/op 48 B/op 1 allocs/op
BenchmarkPostPropsDel_direct
BenchmarkPostPropsDel_direct-2 516257440 2.34 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsDel_direct-4 514865216 2.43 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsDel_direct-8 511330477 2.37 ns/op 0 B/op 0 allocs/op
BenchmarkPostPropsDel_direct-16 499504010 2.38 ns/op 0 B/op 0 allocs/op
2020-03-13 21:12:20 +01:00
..
2020-03-13 15:33:18 +01:00
2020-01-21 10:41:28 +02:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-03-13 15:33:18 +01:00
2020-03-02 08:13:39 -08:00
2020-03-13 15:33:18 +01:00
2020-03-12 15:50:21 -04:00
2019-11-29 12:59:40 +01:00
2020-03-04 14:18:03 +01:00
2020-02-10 19:31:41 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-02-05 13:27:35 +01:00
2020-02-06 12:49:58 +01:00
2020-02-06 12:49:58 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-03-02 15:57:29 -06:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2020-02-10 19:31:41 +01:00
2019-12-03 18:56:39 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 15:33:18 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-03-03 22:43:48 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-17 08:34:11 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-03 18:31:13 +04:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00
2020-03-13 15:33:18 +01:00
2020-03-13 15:33:18 +01:00
2020-02-13 13:26:58 +01:00
2020-02-15 17:46:26 -05:00
2020-03-13 15:33:18 +01:00
2020-02-13 13:26:58 +01:00
2020-03-02 08:13:39 -08:00
2020-03-03 22:43:48 +01:00
2019-11-29 12:59:40 +01:00
2020-03-03 22:43:48 +01:00
2020-02-13 13:26:58 +01:00
2020-03-02 08:13:39 -08:00
2020-03-13 15:33:18 +01:00
2019-12-05 22:58:38 +08:00
2020-03-03 22:43:48 +01:00
2020-03-03 22:43:48 +01:00
2020-01-27 11:33:11 -05:00
2020-01-27 11:33:11 -05:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-03-13 21:12:20 +01:00
2020-01-10 09:19:39 -08:00
2020-02-13 13:26:58 +01:00
2020-03-13 15:33:18 +01:00
2020-03-11 14:29:32 +01:00
2020-03-13 08:44:39 +05:30
2020-03-11 14:29:32 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-03-13 08:44:39 +05:30
2020-03-11 14:29:32 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2019-12-19 17:00:15 +01:00
2020-03-04 00:52:59 +08:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-03-02 08:13:39 -08:00
2020-03-03 22:43:48 +01:00
2020-03-04 20:14:23 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-03-13 15:33:18 +01:00
2020-03-13 15:33:18 +01:00
2019-11-29 12:59:40 +01:00
2020-03-02 08:13:39 -08:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-03-02 17:10:40 +01:00
2020-03-03 22:43:48 +01:00
2020-02-13 17:53:23 +01:00
2020-03-11 11:50:12 +01:00
2020-02-13 13:26:58 +01:00
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00
2020-02-14 15:47:43 -05:00
2019-11-29 12:59:40 +01:00
2020-01-27 11:33:11 -05:00
2020-02-13 13:26:58 +01:00
2019-12-05 23:41:52 +04:00
2020-03-02 17:10:40 +01:00
2020-02-13 17:53:23 +01:00
2020-03-02 08:13:39 -08:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-03-11 11:41:11 +04:00
2020-02-17 18:30:48 -04:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-03-03 22:43:48 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-02-13 13:26:58 +01:00
2020-03-13 15:33:18 +01:00
2019-11-29 12:59:40 +01:00
2020-03-13 15:33:18 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-03-13 15:33:18 +01:00
2020-02-13 13:26:58 +01:00
2020-03-03 22:43:48 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2020-03-03 22:43:48 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-03-02 17:10:40 +01:00
2020-03-04 14:18:03 +01:00
2020-03-13 15:33:18 +01:00
2020-02-13 13:26:58 +01:00
2019-11-29 12:59:40 +01:00
2018-10-15 20:01:35 +01:00
2019-11-29 12:59:40 +01:00
2020-02-13 13:26:58 +01:00
2020-03-13 15:33:18 +01:00
2019-11-29 12:59:40 +01:00
2020-03-13 15:33:18 +01:00
2020-02-11 03:41:55 -05:00
2020-03-03 16:23:32 +05:30
2020-03-02 19:37:57 +01:00
2020-03-10 10:15:56 +01:00
2020-03-13 21:12:20 +01:00
2020-03-13 21:12:20 +01:00
2020-02-13 13:26:58 +01:00