@@ -400,7 +400,7 @@ The latest benchmark results are viewable on GitHub under this repository's [Git
400
400
> [Node 16 on ubuntu-latest](https://github.com/forwardemail/tangerine/actions/runs/4297805550/jobs/7491228635#step:6:1)
401
401
402
402
` ` ` diff
403
- > node benchmarks/ lookup && node benchmarks/ resolve && node benchmarks/ reverse
403
+ node benchmarks/ lookup && node benchmarks/ resolve && node benchmarks/ reverse
404
404
405
405
Started: lookup
406
406
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)
437
437
> [Node 18 on ubuntu latest](https://github.com/forwardemail/tangerine/actions/runs/4297805550/jobs/7491228742#step:6:1)
438
438
439
439
` ` ` 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
441
441
442
442
Started: lookup
443
443
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:
482
482
> Node v18.14.2 on MacBook Air M1 16GB (without VPN):
483
483
484
484
` ` ` diff
485
- > node -- version
485
+ node -- version
486
486
v18.14 .2
487
487
488
- > node benchmarks/ lookup && node benchmarks/ resolve && node benchmarks/ reverse
488
+ node benchmarks/ lookup && node benchmarks/ resolve && node benchmarks/ reverse
489
489
490
490
Started: lookup
491
491
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
522
522
> Node v18.14.2 on MacBook Air M1 16GB (with DNS blackholed VPN) – **this highlights the DNS blackhole problem**:
523
523
524
524
` ` ` diff
525
- > node -- version
525
+ node -- version
526
526
v18.14 .2
527
527
528
- > node benchmarks/ lookup && node benchmarks/ resolve && node benchmarks/ reverse
528
+ node benchmarks/ lookup && node benchmarks/ resolve && node benchmarks/ reverse
529
529
530
530
Started: lookup
531
531
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
570
570
> Node v18.14.2 on MacBook Air M1 16GB (using real-world API server):
571
571
572
572
` ` ` sh
573
- > node -- version
573
+ node -- version
574
574
v18.14 .2
575
575
576
576
> BENCHMARK_HOST = " 127.0.0.1" BENCHMARK_PORT = " 4000" BENCHMARK_PATH = " /v1/test" node benchmarks/ http
0 commit comments