Skip to content

Commit 6fff30c

Browse files
committed
[benchmark-dtrace] Enabling multiprocessing option to speed up gathering data.
1 parent c7c2e6e commit 6fff30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/Benchmark_DTrace.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class DTraceBenchmarkDriver(perf_test_driver.BenchmarkDriver):
7070
def __init__(self, binary, xfail_list, csv_output):
7171
perf_test_driver.BenchmarkDriver.__init__(
7272
self, binary, xfail_list,
73-
enable_parallel=False,
73+
enable_parallel=True,
7474
opt_levels=['O'])
7575
self.csv_output = csv_output
7676

0 commit comments

Comments
 (0)