Skip to content

Commit 693e633

Browse files
committed
Removed all the PNMs from the testbenchs
1 parent 0f758a7 commit 693e633

File tree

9 files changed

+3
-323
lines changed

9 files changed

+3
-323
lines changed

awsm

567 KB
Loading

tests/deadline_description/gocr/hyde.pnm

-159
This file was deleted.

tests/deadline_description/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ profile() {
3838
printf "[lpd: OK]\n"
3939

4040
# gocr
41-
hey -disable-compression -disable-keepalive -disable-redirects -n 256 -c 1 -cpus 1 -t 0 -o csv -m POST -D "./gocr/hyde.pnm" "http://${hostname}:10000/gocr" > /dev/null
41+
hey -disable-compression -disable-keepalive -disable-redirects -n 256 -c 1 -cpus 1 -t 0 -o csv -m POST -D "./gocr/hyde.png" "http://${hostname}:10000/gocr" > /dev/null
4242
printf "[gocr: OK]\n"
4343

4444
# cifar10

tests/gocr/by_word/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
*.pnm
21
*.png
32
*.csv
43
*.txt

tests/multi-tenancy-predictions/gocr_generate_dataset.sh

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ for var in "${VARYING[@]}"; do
88
for ((i=5; i<=15; i++)); do
99
shuf -n10 /usr/share/dict/american-english > "$var"dpi-orig/"$i"words.txt
1010
pango-view --dpi="$var" --font=mono -qo "$var"dpi-orig/"$var"dpi_"$i"words.png "$var"dpi-orig/"$i"words.txt
11-
pngtopnm "$var"dpi-orig/"$var"dpi_"$i"words.png > "$var"dpi/"$var"dpi_"$i"words.pnm
1211
done
1312
done
567 KB
Loading

tests/workload_mix_realworld/gocr/hyde.pnm

-159
This file was deleted.

tests/workload_mix_realworld/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare -A path=()
3535
declare -Ar body=(
3636
[cifar10]="-D ./cifar10/airplane1.bmp"
3737
[ekf]="-D ./ekf/ekf_raw.dat"
38-
[gocr]="-D ./gocr/hyde.pnm"
38+
[gocr]="-D ./gocr/hyde.png"
3939
[lpd]="-D ./lpd/Cars0.png"
4040
[resize]="-D ./resize/shrinking_man_large.jpg"
4141
)

0 commit comments

Comments
 (0)