# # ChangeLog for benchmark/readyQ/locality.go # # Generated by Trac 1.2.1 # Oct 21, 2024, 5:29:06 AM Thu, 17 Dec 2020 21:18:15 GMT Thierry Delisle [c5a98f3] * benchmark/readyQ/locality.go (modified) Clean-up and comments Thu, 17 Dec 2020 20:50:18 GMT Thierry Delisle [aa1d13c] * benchmark/readyQ/locality.go (modified) Refactored code to track data and goroutine migrations Thu, 17 Dec 2020 19:42:33 GMT Thierry Delisle [94d93510] * benchmark/readyQ/locality.go (modified) Moved work out so it looks better in profiles Thu, 17 Dec 2020 18:01:02 GMT Thierry Delisle [8235415] * benchmark/readyQ/locality.go (modified) forgot to comment debug only var Thu, 17 Dec 2020 17:59:37 GMT Thierry Delisle [34687d3] * benchmark/readyQ/locality.go (modified) Added some debugging comments and a return value if closed Wed, 16 Dec 2020 21:49:31 GMT Thierry Delisle [024fa4b] * benchmark/readyQ/locality.go (modified) Eliminated mallocs in main loop of program Wed, 16 Dec 2020 20:03:03 GMT Thierry Delisle [fd84538] * benchmark/readyQ/locality.go (modified) changed locality benchmark to no longer use rand, which is too slow. Wed, 16 Dec 2020 19:37:31 GMT Thierry Delisle [2dd0689] * benchmark/readyQ/locality.go (modified) Fix implementation of locality to properly use spots. Tue, 15 Dec 2020 17:50:02 GMT Thierry Delisle [90ecade] * benchmark/readyQ/locality.go (added) Added first draft at a locality benchmark. Only go implementation ...