| 44 | ~RuntimeWrapper() = default; |
| 45 | |
| 46 | BytesView getProtoData(std::string_view filename) { |
| 47 | auto path = resolveTestPath("testdata/pb").append(filename); |
| 48 | return DiskUtils::load(path).moveValue(); |
| 49 | } |
| 50 | }; |
| 51 | |
| 52 | static void doBench(JavaScriptEngineType jsEngineType, std::string_view functionName, benchmark::State& state) { |
no test coverage detected