Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルからデータを読み取り、パフォーマンスを測定するプログラム (JMH を使用) のベンチマークを実行したいと考えています。ファイルの名前はリストとして保存されます。問題は、@Param定数式しかとらないことです。そのため、ある意味では、すべてのファイル名を静的にエンコードする必要があり、@Param見栄えがよくありません。
@Param
静的エンコーディングなしで異なるファイルのベンチマークを実行する別の方法はありますか?