mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-06 21:37:36 +00:00
* Adds Nativestructs pointer push into ByteBuffer Updates benchmarks & cleanup Adds native struct vector tests * Address PR comments * Add more benchmarks * Some benchmark cleanup * Return back to 1M structs * Tweak Structs benchmark * Moves swift Benchmarks folder from /tests to /benchmarks --------- Co-authored-by: Joakim Hassila <jocke@ordo.one>
9 lines
186 B
Markdown
9 lines
186 B
Markdown
# Benchmarks
|
|
|
|
To open the benchmarks in xcode use:
|
|
|
|
`open --env BENCHMARK_DISABLE_JEMALLOC=true Package.swift`
|
|
|
|
or running them directly within terminal using:
|
|
|
|
`swift package benchmark` |