I am not sure if this is an oversight or intended.
Zipkin tracing text is set to stacking.training for tuning halving benchmark.

Also, most proto files in tuning halving uses stacking as name instead of tuning.
For example , tuning_pb2.py in tuning-halving/proto/ has descriptor as below.
DESCRIPTOR = _descriptor.FileDescriptor(
name='tuning.proto',
package='stacking',
syntax='proto3',
serialized_options=b'\n\022com.vhive.stackingB\010stackingP\001Z\035tests/stacking-training/proto',
create_key=_descriptor._internal_create_key,
serialized_pb=b'\n\x0ctuning.proto\x12\x08stacking\"n\n\x0cTrainRequest\x12\x0f\n\x07\x64\x61taset\x18\x01 \x01(\x0c\x12\x13\n\x0b\x64\x61taset_key\x18\x02 \x01(\t\x12\x14\n\x0cmodel_config\x18\x03 \x01(\x0c\x12\r\n\x05\x63ount\x18\x04 \x01(\x03\x12\x13\n\x0bsample_rate\x18\x05 \x01(\x02\"_\n\nTrainReply\x12\r\n\x05model\x18\x01 \x01(\x0c\x12\x11\n\tmodel_key\x18\x02 \x01(\t\x12\x10\n\x08pred_key\x18\x03 \x01(\t\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x0e\n\x06params\x18\x05 \x01(\x0c\x32\x42\n\x07Trainer\x12\x37\n\x05Train\x12\x16.stacking.TrainRequest\x1a\x14.stacking.TrainReply\"\x00\x42?\n\x12\x63om.vhive.stackingB\x08stackingP\x01Z\x1dtests/stacking-training/protob\x06proto3'
)
I am not sure if this is an oversight or intended.
Zipkin tracing text is set to stacking.training for tuning halving benchmark.

Also, most proto files in tuning halving uses stacking as name instead of tuning.
For example , tuning_pb2.py in tuning-halving/proto/ has descriptor as below.