o For some unknown reason, the complexity of the benchmark platform prevented some C++ compilers from generating optimal code, properly reflective of the real performance in actual deployment. o Added the json_benchmarks_simple target, which performs the same suite of tests as json_benchmarks. o Simplified the benchmark platform, and emit an "Average" TPS (Transactions Per Second) value reflective of aggregate parse/output performance.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| json_unit
 | |
| json_benchmarks
 | |
| json_benchmarks_simple
 | |
| fuzz-testing
 | |
| 
 | |
| *.dSYM
 | |
| *.o
 | |
| *.gcno
 | |
| *.gcda
 | |
| 
 | |
| build
 | |
| build_coverage
 | |
| 
 | |
| doc/xml
 | |
| doc/html
 | |
| me.nlohmann.json.docset
 | |
| 
 | |
| benchmarks/files/numbers/*.json
 | |
| 
 | |
| .idea
 | |
| cmake-build-debug
 | |
| 
 | |
| test/test-*
 |