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:
parent
e51adb71b8
commit
8089690593
7
benchmarks/chargen.sh
Executable file
7
benchmarks/chargen.sh
Executable 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
3
benchmarks/numgen.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
seq 1 100000000
|
Loading…
x
Reference in New Issue
Block a user