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 bfedf3c commit bab5f37Copy full SHA for bab5f37
bench/Jamfile
@@ -40,13 +40,21 @@ exe bench :
40
$(has_rapidjson)<define>BOOST_JSON_HAS_RAPIDJSON
41
;
42
43
+exe bench-conv
44
+ : bench-conv.cpp
45
+ /boost/json//boost_json
46
+ : <include>../test
47
+ <include>../example
48
+ ;
49
+
50
install bench-local : bench : <location>. <hardcode-dll-paths>true ;
51
explicit bench-local ;
52
always bench-local ;
53
54
local bench-files = [ glob-tree-ex data : *.json ] ;
55
notfile run : @run-bench : bench : : <bench.file>$(bench-files) ;
-explicit run ;
56
+notfile run-conv : @run-bench : bench-conv : : <bench.file>$(bench-files) ;
57
+explicit run run-conv ;
58
59
rule run-bench ( target : sources * : props * )
60
{
0 commit comments