| 163 | class TdxMakeQuoteBench final : public td::Benchmark { |
| 164 | public: |
| 165 | std::string get_description() const final { |
| 166 | return "Tdx quote generation (usually done just once per run)"; |
| 167 | } |
| 168 | |
| 169 | void run(int n) final { |
| 170 | auto tdx = tdx::TdxInterface::create(); |
nothing calls this directly
no outgoing calls
no test coverage detected