8 lines
67 B
Bash
Executable File
8 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Run the benchmarking
|
|
|
|
set -eu
|
|
|
|
keydb-benchmark -P 10
|