time-to-botec

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

manifest.json (1026B)


      1 {
      2 	"options": {
      3 		"task": "build"
      4 	},
      5 	"fields": [
      6 		{
      7 			"field": "src",
      8 			"resolve": true,
      9 			"relative": true
     10 		},
     11 		{
     12 			"field": "include",
     13 			"resolve": true,
     14 			"relative": true
     15 		},
     16 		{
     17 			"field": "libraries",
     18 			"resolve": false,
     19 			"relative": false
     20 		},
     21 		{
     22 			"field": "libpath",
     23 			"resolve": true,
     24 			"relative": false
     25 		}
     26 	],
     27 	"confs": [
     28 		{
     29 			"task": "build",
     30 			"src": [
     31 				"./src/rampf.c"
     32 			],
     33 			"include": [
     34 				"./include"
     35 			],
     36 			"libraries": [],
     37 			"libpath": [],
     38 			"dependencies": [
     39 				"@stdlib/math/base/napi/unary",
     40 				"@stdlib/math/base/assert/is-nanf"
     41 			]
     42 		},
     43 		{
     44 			"task": "benchmark",
     45 			"src": [
     46 				"./src/rampf.c"
     47 			],
     48 			"include": [
     49 				"./include"
     50 			],
     51 			"libraries": [],
     52 			"libpath": [],
     53 			"dependencies": [
     54 				"@stdlib/math/base/assert/is-nanf"
     55 			]
     56 		},
     57 		{
     58 			"task": "examples",
     59 			"src": [
     60 				"./src/rampf.c"
     61 			],
     62 			"include": [
     63 				"./include"
     64 			],
     65 			"libraries": [],
     66 			"libpath": [],
     67 			"dependencies": [
     68 				"@stdlib/math/base/assert/is-nanf"
     69 			]
     70 		}
     71 	]
     72 }