foundationdb-simulation 0.2.3

Embed Rust code within FoundationDB's simulation
Documentation
1
2
3
4
5
6
7
8
9
10
[[test]]
testTitle = 'NOOP_Test'

  [[test.workload]]
    useCAPI = true
    testName = 'External'
    workloadName = 'NoopWorkload'
    libraryPath = './target/release/examples'
    libraryName = 'noop'
    my_c_option = 'my_value'