Skip to content

Commit 348fa77

Browse files
committed
fix a typo
1 parent 3cd6038 commit 348fa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmark-from-msgpack-lite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (msgpack_msgpack) {
7272

7373
if (process.env.CACHE_HIT_RATE) {
7474
const {hit, miss} = decoder.keyDecoder;
75-
console.log(`CACHE_HIT_RATE: cache hit rate in CachedKeyDecoder: hit=${hit}, hiss=${miss}, hit rate=${hit / (hit + miss)}`);
75+
console.log(`CACHE_HIT_RATE: cache hit rate in CachedKeyDecoder: hit=${hit}, miss=${miss}, hit rate=${hit / (hit + miss)}`);
7676
}
7777
}
7878

0 commit comments

Comments
 (0)