folly/test/ThreadLocalBenchmark.cpp: avoid shadowing warning
authorJim Meyering <meyering@fb.com>
Thu, 3 Nov 2016 02:02:00 +0000 (19:02 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Thu, 3 Nov 2016 02:08:37 +0000 (19:08 -0700)
commitc8fcbc6bae022ff86c6f1b915bb1f98e53dc780d
tree802337ad6633d4b733543ae742838ac5cb8ab3b8
parent908783ccbb57ab797c88806119f9294e85e6089a
folly/test/ThreadLocalBenchmark.cpp: avoid shadowing warning

Summary:
There was a doubly-nested loop, both with index "i".
Change the inner for-loop index from i to j.

Reviewed By: yfeldblum

Differential Revision: D4120589

fbshipit-source-id: c786d8f7bb1ee05fc990db898b15836032e93940
folly/test/ThreadLocalBenchmark.cpp