Closed jneem closed 4 days ago
Branch | npm-git |
Testbed | ubuntu-latest |
Benchmark | Latency | nanoseconds (ns) |
---|---|---|
fibonacci 10 | 📈 view plot 🚷 view threshold | 498,490.00 |
foldl arrays 50 | 📈 view plot 🚷 view threshold | 1,658,000.00 |
foldl arrays 500 | 📈 view plot 🚷 view threshold | 6,597,400.00 |
foldr strings 50 | 📈 view plot 🚷 view threshold | 7,147,800.00 |
foldr strings 500 | 📈 view plot 🚷 view threshold | 62,143,000.00 |
generate normal 250 | 📈 view plot 🚷 view threshold | 46,087,000.00 |
generate normal 50 | 📈 view plot 🚷 view threshold | 2,074,800.00 |
generate normal unchecked 1000 | 📈 view plot 🚷 view threshold | 3,432,500.00 |
generate normal unchecked 200 | 📈 view plot 🚷 view threshold | 767,210.00 |
pidigits 100 | 📈 view plot 🚷 view threshold | 3,252,600.00 |
pipe normal 20 | 📈 view plot 🚷 view threshold | 1,503,800.00 |
pipe normal 200 | 📈 view plot 🚷 view threshold | 10,571,000.00 |
product 30 | 📈 view plot 🚷 view threshold | 834,060.00 |
scalar 10 | 📈 view plot 🚷 view threshold | 1,537,400.00 |
sum 30 | 📈 view plot 🚷 view threshold | 838,870.00 |
This adds a mini-crate with some git-related utilities. It's split off from the main packaging PR, and doesn't interact with anything else.