8 lines
67 B
Plaintext
8 lines
67 B
Plaintext
![]() |
#!/bin/sh
|
||
|
#
|
||
|
# Run the benchmarking
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
keydb-benchmark -P 10
|