Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Apr 24, 2024
1 parent cb08067 commit ad9e79a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
@BenchmarkMode(Mode.AverageTime)
@OutputTimeUnit(TimeUnit.MICROSECONDS)
@AutoService(OrcBenchmark.class)
@Fork(jvmArgsAppend = {"--add-opens=java.base/sun.nio.ch=ALL-UNNAMED", "--add-opens=java.base/sun.util.calendar=ALL-UNNAMED"})
@Fork(jvmArgsAppend = {"--add-opens=java.base/sun.nio.ch=ALL-UNNAMED",
"--add-opens=java.base/sun.util.calendar=ALL-UNNAMED"})
public class SparkBenchmark implements OrcBenchmark {

private static final Path root = Utilities.getBenchmarkRoot();
Expand Down

0 comments on commit ad9e79a

Please sign in to comment.