Skip to content

Enhancement proposal: Use FlatBuffers to better organize + access tests input data #255

@ilyesgouta

Description

@ilyesgouta

Hi,

https://flatbuffers.dev/
https://github.com/google/flatbuffers

As an optimization for the test suite, and to better organize, store and later parse and access the test vectors data (input, parameters, references, etc.), we could use the FlatBuffers library (and flatc offline tool) to better arrange the input data (in the source code, build system and on-device Flash) and split test suite code (IO, Runner, main) and data sections once downloading these to the device prior execution.

Regards,
Ilyes

Metadata

Metadata

Assignees

No one assigned

    Labels

    futureFuture improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions