atom-archive/xray

Help wanted: Benchmarks in xray_core

Open

#21 opened on Mar 6, 2018

View on GitHub
 (9 comments) (5 reactions) (0 assignees)Rust (248 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (8,531 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It would be great to get a PR setting up benchmarks on xray_core in the canonical Rust manner. You can use your imagination on the kinds of operations we want to test, but here are some ideas:

  • Making large numbers of edits
  • Moving large numbers of cursors in a document containing large numbers of edits

Just getting a basic framework in place with some non-trivial benchmark would be helpful.

Contributor guide