We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd6038 commit 348fa77Copy full SHA for 348fa77
benchmark/benchmark-from-msgpack-lite.ts
@@ -72,7 +72,7 @@ if (msgpack_msgpack) {
72
73
if (process.env.CACHE_HIT_RATE) {
74
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)}`);
+ console.log(`CACHE_HIT_RATE: cache hit rate in CachedKeyDecoder: hit=${hit}, miss=${miss}, hit rate=${hit / (hit + miss)}`);
76
}
77
78
0 commit comments