Add schema
This commit is contained in:
19
examples/basic/benchmark.sh
Executable file
19
examples/basic/benchmark.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
go build -o char ../../main.go
|
||||
|
||||
function devcharls() {
|
||||
CHAR_DEV_MODE=true ./char ls 2&> /dev/null
|
||||
}
|
||||
|
||||
function charls() {
|
||||
./char ls 2&> /dev/null
|
||||
}
|
||||
|
||||
echo "scratch"
|
||||
time devcharls
|
||||
echo ""
|
||||
|
||||
echo "ready"
|
||||
time charls
|
||||
echo ""
|
Binary file not shown.
Reference in New Issue
Block a user