Skip to content

Commit

Permalink
* Add pigz to compress-test
Browse files Browse the repository at this point in the history
* Add missing > to ip.php

Signed-off-by: Christian Kujau <[email protected]>
  • Loading branch information
ckujau committed Apr 28, 2016
1 parent 8e50377 commit f89a9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/compress-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
cat "$FILE" > /dev/null # Utilize caching...

for o in 9c 1c dc; do
for p in gzip bzip2 pbzip2 xz lzma; do
for p in gzip pigz bzip2 pbzip2 xz lzma; do
SIZE1=`stat -c %s "$FILE"`
START=`date +%s`

Expand Down
2 changes: 1 addition & 1 deletion ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta http-equiv=\"refresh\" content=\"60\" />
<meta http-equiv=\"Cache-Control\" content=\"no-cache, no-store, must-revalidate\" />
<meta http-equiv=\"Pragma\" content=\"no-cache\" />
<meta http-equiv=\"Expires\" content=\"0\" /
<meta http-equiv=\"Expires\" content=\"0\" />
</head>
<body>
<table summary=\"IPv4\" border=\"1\">
Expand Down

0 comments on commit f89a9ec

Please sign in to comment.