In the output from BenchmarkDotNet I have the following lines:
For the first benchmark
WorkloadResult 100: 1 op, 614219700.00 ns, 614.2197 ms/op
GC: 123 1 0 518085976 1
Threading: 2 0 1
For the second benchmark
WorkloadResult 73: 1 op, 464890400.00 ns, 464.8904 ms/op
GC: 14 1 0 59217312 1
Threading: 7469 0 1
What do the values in GC and Threading mean?