[all-commits] [llvm/llvm-project] 7e5fe3: [lldb][test] Remove benchmark API tests (#108629)
Michael Buch via All-commits
all-commits at lists.llvm.org
Mon Sep 16 02:16:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e5fe3ec5aed001c3b8f0bf59167b6472b91b9cc
https://github.com/llvm/llvm-project/commit/7e5fe3ec5aed001c3b8f0bf59167b6472b91b9cc
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
R lldb/packages/Python/lldbsuite/test/bench.py
M lldb/packages/Python/lldbsuite/test/decorators.py
R lldb/test/API/benchmarks/continue/Makefile
R lldb/test/API/benchmarks/continue/TestBenchmarkContinue.py
R lldb/test/API/benchmarks/continue/main.cpp
R lldb/test/API/benchmarks/expression/Makefile
R lldb/test/API/benchmarks/expression/TestExpressionCmd.py
R lldb/test/API/benchmarks/expression/TestRepeatedExprs.py
R lldb/test/API/benchmarks/expression/main.cpp
R lldb/test/API/benchmarks/frame_variable/TestFrameVariableResponse.py
R lldb/test/API/benchmarks/libcxxlist/Makefile
R lldb/test/API/benchmarks/libcxxlist/TestBenchmarkLibcxxList.py
R lldb/test/API/benchmarks/libcxxlist/main.cpp
R lldb/test/API/benchmarks/libcxxmap/Makefile
R lldb/test/API/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py
R lldb/test/API/benchmarks/libcxxmap/main.cpp
R lldb/test/API/benchmarks/startup/TestStartupDelays.py
R lldb/test/API/benchmarks/stepping/TestSteppingSpeed.py
R lldb/test/API/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list