Move importlib.test.benchmark to Tools/importbench to make it more
visible and to place it with other micro-benchmarks (e.g.
stringbench).
diff --git a/Misc/NEWS b/Misc/NEWS
index 48877fe..c2b9563 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,8 @@
Tools/Demos
-----------
+- Move importlib.test.benchmark to Tools/importbench.
+
- Issue #12605: The gdb hooks for debugging CPython (within Tools/gdb) have
been enhanced to show information on more C frames relevant to CPython within
the "py-bt" and "py-bt-full" commands: