Skip to content

Commit 8d528c0

Browse files
Georgi RusevGeorgi Rusev
Georgi Rusev
authored and
Georgi Rusev
committed
fix ommission
1 parent 4c26323 commit 8d528c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/benchmarks/real_batch_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AWSBatchBasicFunctions:
2929

3030
timeout = 1200
3131

32-
SETUP_CLASS = (SetupMultipleLibraries(storage=Storage.LMDB,
32+
SETUP_CLASS = (SetupMultipleLibraries(storage=Storage.AMAZON,
3333
prefix="BASIC_BATCH")
3434
.set_params([[500, 1000], [25_000, 50_000]])
3535
.set_number_columns(10)

0 commit comments

Comments
 (0)