About 1,490 results
Open links in new tab
  1. Release workflow breaks https://rerun-io.github.io/rerun/dev/bench/

    Oct 30, 2023 · The release workflow deletes the contents of /dev in gh-pages for some reason, causing https://rerun-io.github.io/rerun/dev/bench to 404

  2. Report logging benchmarks for C++/Python/Rust to CI - GitHub

    Oct 31, 2023 · This is due to #4410. To run: ``` just py-bench ``` **IMPORTANT**: the python version of `many_individual` runs 100k points instead of 1M for the other benchmarks!

  3. Realistic benchmark · Issue #359 · rerun-io/rerun · GitHub

    Nov 25, 2022 · Store ingestion time Scene construction time (i.e. store query time) Full application ui time This would be helpful as regression testing, and could be run manually on large …

  4. 0.10 release checklist · Issue #3962 · rerun-io/rerun · GitHub

    Oct 23, 2023 · ### What * Part of #3962 ### Checklist * [x] I have read and agree to [Contributor Guide] (https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of …

  5. `Scalar` migration to archetypes · Issue #3174 · rerun-io/rerun

    Aug 31, 2023 · ### What * Depends on #3396 * Fixes #3174 * Skipped C++ samples since it depends on #3394 * Did not implement roundtrip and unit tests for this one since I figured the …

  6. Datastore: revamp bench suite #3337 - GitHub

    Workflow file Datastore: revamp bench suite Datastore: revamp bench suite #3337 Usage Workflow file

  7. Performance regression in arrow_batch_points/query benchmark …

    $ cargo bench --all-features -p re_query -- 'arrow_batch_points/query' # legacy APIs arrow_batch_points/query time: [5.4049 µs 5.4188 µs 5.4373 µs] thrpt: [183.92 Melem/s …

  8. C++ implement logging with timestamps · Issue #3394 - GitHub

    Sep 21, 2023 · Originally, I planned to expose a Timeline struct type to C but this actually created more surface for errors to occur, so I instead expose the three time setter for …

  9. Logging key_point ids should cause class_id to default to 0

    Oct 2, 2023 · …3610) ### What Resolves: #3586 ### Checklist * [x] I have read and agree to [Contributor Guide] (https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the …

  10. Implement missing code-examples for C++ · Issue #3751 - GitHub

    ### What * part of #3751 * use Result for from_file * move heavy impl to c++ (codegen TODO: need to not leak heavy headers into public; make putting headers in _ext opt-in!) * (unrelated) …