time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

cli_opts.json (200B)


      1 {
      2 	"string": [
      3 		"iterations",
      4 		"repeats",
      5 		"before",
      6 		"after",
      7 		"format"
      8 	],
      9 	"boolean": [
     10 		"help",
     11 		"version",
     12 		"async"
     13 	],
     14 	"alias": {
     15 		"help": [
     16 			"h"
     17 		],
     18 		"version": [
     19 			"V"
     20 		]
     21 	}
     22 }