Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiiSharpov committed Nov 30, 2024
1 parent a81a17c commit 71a8be3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion benchmark/src/player-decoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BSON } from 'bson';
import { BinaryDecoder, BinaryEncoder, f32, List, Struct, text } from '@evenstar/byteform';
import { getOptions } from './utils';
import type { Summary } from 'benny/lib/internal/common-types';
import { encodePlayerFlatbuffer } from './flatbuffers/enocde';
import { encodePlayerFlatbuffer } from './flatbuffers/encode';
import { decodePlayerFlatbuffer } from './flatbuffers/decode';

export const PlayerDecoding = (): Promise<Summary> => benny.suite(
Expand Down
2 changes: 1 addition & 1 deletion benchmark/src/player-encoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BSON } from 'bson';
import { BinaryEncoder, f32, List, Struct, text } from '@evenstar/byteform';
import { getOptions } from './utils';
import type { Summary } from 'benny/lib/internal/common-types';
import { encodePlayerFlatbuffer } from './flatbuffers/enocde';
import { encodePlayerFlatbuffer } from './flatbuffers/encode';

export const PlayerEncoding = (): Promise<Summary> => benny.suite(
'Player encoding',
Expand Down

0 comments on commit 71a8be3

Please sign in to comment.