MCPcopy Create free account
hub / github.com/apache/impala / TestFunction

Function TestFunction

be/src/util/benchmark-test.cc:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46void TestFunction(int batch_size, void* d) {
47 MemcpyData* data = reinterpret_cast<MemcpyData*>(d);
48 for (int i = 0; i < batch_size; ++i) {
49 memcpy(data->dst, data->src, data->size);
50 }
51}
52
53TEST(BenchmarkTest, DISABLED_Basic) {
54 MemcpyData data;

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected