Fix a minor bug in the regression script during assigning value (#11215)

Summary:
Same as title

Pull Request resolved: https://github.com/facebook/rocksdb/pull/11215

Test Plan: Ran manually

Reviewed By: pdillinger

Differential Revision: D43194634

Pulled By: akankshamahajan15

fbshipit-source-id: 336a08a9076b222d7000e4eb2a87fc36b863b05b
This commit is contained in:
akankshamahajan 2023-02-10 10:13:19 -08:00 committed by Facebook GitHub Bot
parent ab2157fa6f
commit a72f591825
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ function run_db_bench {
seek_nexts=$SEEK_NEXTS
if [ "$async_io" == "true" ]; then
$seek_nexts=$SEEK_NEXTS_ASYNCIO
seek_nexts=$SEEK_NEXTS_ASYNCIO
fi