Skip to main content
Module

x/lazy/test/benchmarks/run.sh

A linq-like lazy-evaluation enumerable/iteration library that aims to support deno, node & browser
Latest
File
#!/bin/bashyarn preparedeno --prefetch test/benchmarks/deno.ts
echo "=== node ==="node test/benchmarks/node.js
echo "=== deno ==="deno test/benchmarks/deno.ts