CDN Resources for benchmark

Quick access to CDN links for the benchmark package

CDN Resources for benchmark
Various ways to access benchmark via Content Delivery Networks

Package Installation

npm
npm install benchmark
yarn
yarn add benchmark
pnpm
pnpm add benchmark

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/benchmark"></script>
Unpkg
<script src="https://unpkg.com/benchmark"></script>
jsDelivr ESM
<script type="module">
  import benchmark from 'https://cdn.jsdelivr.net/npm/benchmark/+esm';
</script>
Skypack
<script type="module">
  import benchmark from 'https://cdn.skypack.dev/benchmark';
</script>