| 182 | TdxValidateBench(tdx::Quote quote) : quote_(std::move(quote)) { |
| 183 | } |
| 184 | std::string get_description() const final { |
| 185 | return "Tdx validation"; |
| 186 | } |
| 187 | |
| 188 | void run(int n) final { |
| 189 | auto tdx = tdx::TdxInterface::create(); |
nothing calls this directly
no outgoing calls
no test coverage detected