LLVM/project 7e5fe3elldb/packages/Python/lldbsuite/test bench.py decorators.py, lldb/test/API/benchmarks/continue TestBenchmarkContinue.py main.cpp

[lldb][test] Remove benchmark API tests (#108629)

These benchmarks don't get run as part of the regular API test-suite.
And I'm not aware of any CI running this. Also, I haven't quite managed
to actually run them locally using the `bench.py` script. It looks like
these are obsolete, so I'm proposing to remove the infrastructure around
it entirely.

If anyone does know of a use for these do let me know.
DeltaFile
+0-131lldb/test/API/benchmarks/expression/TestRepeatedExprs.py
+0-122lldb/test/API/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py
+0-78lldb/test/API/benchmarks/startup/TestStartupDelays.py
+0-77lldb/packages/Python/lldbsuite/test/bench.py
+0-74lldb/test/API/benchmarks/expression/TestExpressionCmd.py
+0-69lldb/test/API/benchmarks/stepping/TestSteppingSpeed.py
+0-68lldb/test/API/benchmarks/frame_variable/TestFrameVariableResponse.py
+0-65lldb/test/API/benchmarks/continue/TestBenchmarkContinue.py
+0-58lldb/test/API/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py
+0-58lldb/test/API/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py
+0-43lldb/test/API/benchmarks/expression/main.cpp
+0-36lldb/test/API/benchmarks/continue/main.cpp
+0-12lldb/packages/Python/lldbsuite/test/decorators.py
+0-11lldb/test/API/benchmarks/libcxxmap/main.cpp
+0-11lldb/test/API/benchmarks/libcxxlist/main.cpp
+0-3lldb/test/API/benchmarks/libcxxmap/Makefile
+0-3lldb/test/API/benchmarks/continue/Makefile
+0-3lldb/test/API/benchmarks/expression/Makefile
+0-3lldb/test/API/benchmarks/libcxxlist/Makefile
+0-92519 files

UnifiedSplitRaw