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

Function TEST_F

be/src/codegen/llvm-codegen-cache-test.cc:472–477  ·  view source on GitHub ↗

Test the basic function of using the codegen cache.

Source from the content-addressed store, hash-verified

470
471// Test the basic function of using the codegen cache.
472TEST_F(LlvmCodeGenCacheTest, BasicFunction) {
473 for (auto mode : all_modes) {
474 Reset();
475 TestBasicFunction(mode);
476 }
477}
478
479// Test when the codegen cache is at capacity.
480TEST_F(LlvmCodeGenCacheTest, EvictionAtCapacity) {

Callers

nothing calls this directly

Calls 3

resetMethod · 0.65
getMethod · 0.65
InitMethod · 0.45

Tested by

no test coverage detected