Skip to content

Commit 0e7b632

Browse files
committed
docs: fixed gh docs output rendering
1 parent 7133b8c commit 0e7b632

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ The latest benchmark results are viewable on GitHub under this repository's [Git
400400
> [Node 16 on ubuntu-latest](https://github.com/forwardemail/tangerine/actions/runs/4297805550/jobs/7491228635#step:6:1)
401401
402402
```diff
403-
> node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse
403+
node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse
404404

405405
Started: lookup
406406
tangerine.lookup POST with caching using Cloudflare x 735 ops/sec ±195.35% (88 runs sampled)
@@ -437,7 +437,7 @@ dns.promises.reverse with caching x 5,123,900 ops/sec ±0.96% (85 runs sampled)
437437
> [Node 18 on ubuntu latest](https://github.com/forwardemail/tangerine/actions/runs/4297805550/jobs/7491228742#step:6:1)
438438
439439
```diff
440-
> node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse && node benchmarks/http
440+
node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse && node benchmarks/http
441441

442442
Started: lookup
443443
tangerine.lookup POST with caching using Cloudflare x 666 ops/sec ±195.48% (87 runs sampled)
@@ -482,10 +482,10 @@ Provided below are additional benchmark tests we have run:
482482
> Node v18.14.2 on MacBook Air M1 16GB (without VPN):
483483
484484
```diff
485-
> node --version
485+
node --version
486486
v18.14.2
487487

488-
> node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse
488+
node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse
489489

490490
Started: lookup
491491
tangerine.lookup POST with caching using Cloudflare x 1,035 ops/sec ±195.73% (91 runs sampled)
@@ -522,10 +522,10 @@ Fastest without caching is: dns.promises.reverse without caching, resolver.rever
522522
> Node v18.14.2 on MacBook Air M1 16GB (with DNS blackholed VPN) – **this highlights the DNS blackhole problem**:
523523
524524
```diff
525-
> node --version
525+
node --version
526526
v18.14.2
527527

528-
> node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse
528+
node benchmarks/lookup && node benchmarks/resolve && node benchmarks/reverse
529529

530530
Started: lookup
531531
tangerine.lookup POST with caching using Cloudflare x 1,327 ops/sec ±195.65% (89 runs sampled)
@@ -570,7 +570,7 @@ Originally we wrote this library using [got](https://github.com/sindresorhus/got
570570
> Node v18.14.2 on MacBook Air M1 16GB (using real-world API server):
571571
572572
```sh
573-
> node --version
573+
node --version
574574
v18.14.2
575575

576576
> BENCHMARK_HOST="127.0.0.1" BENCHMARK_PORT="4000" BENCHMARK_PATH="/v1/test" node benchmarks/http

0 commit comments

Comments
 (0)