elide-dev / elide

fast polyglot runtime
https://elide.dev
MIT License
100 stars 16 forks source link

Continuous benchmarking #996

Open sgammon opened 3 months ago

sgammon commented 3 months ago

Feature description

Would be cool to know what small ops in Elide cost vs. options like Node, Bun, and Deno. It would be especially cool to see this data evolve over time.

### Benchmarking
- [x] Find a benchmark runner (we are using Mitata)
- [x] Find a benchmark reporting service (we are using Bencher)
- [x] Find or build a cross-runtime benchmark aggregator/runner (we wrote Hakuna)
- [ ] https://github.com/elide-dev/elide/pull/993
- [ ] TechEmpower/FrameworkBenchmarks#9097
- [ ] https://github.com/elide-dev/elide/issues/994
epompeii commented 3 days ago

@sgammon let me know if you have any questions about getting Bencher set up for Elide. I noticed you all don't have any reports run yet: https://bencher.dev/perf/elide More than happy to help.