Skip to content

Commit

Permalink
fix!: refactor v1 internal state and options logic (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 20, 2024
1 parent 9dbd1cd commit 031b3d3
Show file tree
Hide file tree
Showing 9 changed files with 346 additions and 348 deletions.
3 changes: 0 additions & 3 deletions examples/benchmark/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ export default function benchmark(uuid, Benchmark) {
.add('uuid.v1ToV6()', function () {
uuid.v1ToV6(V1_ID);
})
.add('uuid.v1ToV6() w/ randomization', function () {
uuid.v1ToV6(V1_ID, true);
})
.add('uuid.v6ToV1()', function () {
uuid.v6ToV1(V6_ID);
})
Expand Down
58 changes: 24 additions & 34 deletions examples/benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions src/test/v1-random.test.ts

This file was deleted.

35 changes: 0 additions & 35 deletions src/test/v1-rng.test.ts

This file was deleted.

Loading

0 comments on commit 031b3d3

Please sign in to comment.