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 (8,531 stars) (248 forks)batch import
good first issuehelp wanted

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