File tree Expand file tree Collapse file tree
performance/src/main/java/org/apache/arrow/memory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ public void setup() {
8989 /**
9090 * Cleans up buffers after each benchmark invocation.
9191 *
92- * <p>Closes all allocated buffers to prevent memory leaks and ensure each iteration starts with
93- * a clean slate. This is critical for the memory footprint benchmark which allocates many
94- * buffers that would otherwise accumulate across warmup and measurement iterations.
92+ * <p>Closes all allocated buffers to prevent memory leaks and ensure each iteration starts with a
93+ * clean slate. This is critical for the memory footprint benchmark which allocates many buffers
94+ * that would otherwise accumulate across warmup and measurement iterations.
9595 */
9696 @ TearDown (Level .Invocation )
9797 public void tearDown () {
You can’t perform that action at this time.
0 commit comments