-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmarks.yaml
More file actions
42 lines (42 loc) · 838 Bytes
/
benchmarks.yaml
File metadata and controls
42 lines (42 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
- id: http
name: http
url: https://nodejs.org/api/http.html
lang: Node.js
run:
cmd: node
args: ["index.js"]
- id: http-otel
name: http-otel
url: https://nodejs.org/api/http.html
lang: Node.js
run:
cmd: node
args: ["index.js"]
- id: http-otel-batch
name: http-otel-batch
url: https://nodejs.org/api/http.html
lang: Node.js
run:
cmd: node
args: ["index.js"]
- id: express
name: express
url: https://github.com/expressjs/express
lang: Node.js
run:
cmd: node
args: ["index.js"]
- id: express-otel
name: express-otel
url: https://github.com/expressjs/express
lang: Node.js
run:
cmd: node
args: ["index.js"]
- id: express-otel-batch
name: express-otel-batch
url: https://github.com/expressjs/express
lang: Node.js
run:
cmd: node
args: ["index.js"]