From c1002936abe28230ab43a960d164cd05d51f69ec Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Aug 2025 16:34:08 +0100 Subject: Add a perf test of key functions --- unittests/Jamfile.jam | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'unittests/Jamfile.jam') diff --git a/unittests/Jamfile.jam b/unittests/Jamfile.jam index ad6f108..b27d67a 100644 --- a/unittests/Jamfile.jam +++ b/unittests/Jamfile.jam @@ -1,5 +1,6 @@ lib boost_utf : : boost_unit_test_framework ; lib dryice : : : : ..//icetray ; +lib benchmark ; path-constant gitdir : ../.git ; @@ -23,4 +24,5 @@ lib common : run config.cpp : : : common ; run core.cpp : : : common ; run service.cpp : : : common ; - +explicit perf ; +run perf.cpp : : : common benchmark ; -- cgit v1.2.3