Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed May 22, 2023
1 parent 4609e04 commit d2ae2e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/compression/test/compression.bench.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import {isBrowser} from '@loaders.gl/loader-utils';
import {
Compression,
NoCompression,
// NoCompression,
GZipCompression,
// DeflateCompression,
LZ4Compression,
ZstdCompression,
SnappyCompression,
BrotliCompression,
BrotliCompressionZlib,
// LZ4Compression,
// ZstdCompression,
// LZOCompression,
// CompressionWorker,
_GZipCompressionFflate,
Expand Down

0 comments on commit d2ae2e5

Please sign in to comment.