Updated libraries.

Replaced builtin zlib with faster library.
This commit is contained in:
Caleb Gardner
2021-04-03 10:14:12 -05:00
parent 7f5fa3ba1f
commit 28f39cf315
4 changed files with 22 additions and 48 deletions
+1
View File
@@ -154,6 +154,7 @@ func BenchmarkDragRace(b *testing.B) {
b.Log("Unsqushfs:", unsquashTime.Round(time.Millisecond))
b.Log("Library:", libTime.Round(time.Millisecond))
b.Log("unsquashfs is", strconv.FormatFloat(float64(libTime.Milliseconds())/float64(unsquashTime.Milliseconds()), 'f', 2, 64)+"x faster")
b.Error("STOP ALREADY!")
}
func downloadTestAppImage(dir string) error {