mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-20 12:26:49 +02:00
Fix perf for writer
This commit is contained in:
@@ -9,14 +9,10 @@ target_link_libraries(core-buffer_tests
|
||||
zmq
|
||||
gtest)
|
||||
|
||||
add_executable(perf-sf_writer perf/perf_SFWriter.cpp)
|
||||
add_executable(perf-sf_writer perf/perf_WriterH5Writer.cpp)
|
||||
target_link_libraries(perf-sf_writer
|
||||
core-buffer
|
||||
hdf5
|
||||
hdf5_hl
|
||||
hdf5_cpp
|
||||
gtest)
|
||||
|
||||
add_executable(perf-compression perf/perf_compression.cpp)
|
||||
target_link_libraries(perf-compression
|
||||
external)
|
||||
+1
-1
@@ -43,7 +43,7 @@ int main (int argc, char *argv[])
|
||||
|
||||
auto start_time = chrono::steady_clock::now();
|
||||
|
||||
auto metadata = make_shared<DetectorFrame>();
|
||||
auto metadata = make_shared<ImageMetadata>();
|
||||
auto data = make_unique<char[]>(MODULE_N_BYTES*n_modules);
|
||||
|
||||
auto current_pulse_id = start_pulse_id;
|
||||
Reference in New Issue
Block a user