1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00

Add chargen

This commit is contained in:
Andrey Piskunov 2022-08-04 15:20:27 +03:00 committed by Leonid Fedorov
parent e51adb71b8
commit 8089690593
2 changed files with 10 additions and 0 deletions

7
benchmarks/chargen.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
for (( VAR=1; VAR<=1000; VAR++ ))
do
shuf -er -n3 {A..Z} {a..z} | tr -d '\n'
echo
done

3
benchmarks/numgen.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
seq 1 100000000