We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bcf09 commit 6631f5bCopy full SHA for 6631f5b
.github/workflows/pull.yml
@@ -406,7 +406,7 @@ jobs:
406
output=$(ls -la cmake-out/test/size_test)
407
arr=($output)
408
size=${arr[4]}
409
- threshold="47560"
+ threshold="53000"
410
if [[ "$size" -le "$threshold" ]]; then
411
echo "Success $size <= $threshold"
412
else
runtime/backend/backend_init_context.h
@@ -25,6 +25,7 @@ class BackendInitContext final {
25
const char* method_name = nullptr,
26
const NamedDataMap* named_data_map = nullptr)
27
: runtime_allocator_(runtime_allocator),
28
+ event_tracer_(event_tracer),
29
method_name_(method_name),
30
named_data_map_(named_data_map) {}
31
0 commit comments