Skip to content

Commit

Permalink
Label improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Mar 13, 2024
1 parent 68797d3 commit b66d877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function getInfluxDbPointTags() {
return {
sourceEnvironment: process.env.METRICS_SOURCE_ENVIRONMENT ?? 'local',
operatingSystem: `${os.type()} ${os.release()} ${os.arch()}`,
hardware: `${os.cpus()[0].model} ${os.cpus().length} cores, ${(
hardware: `${os.cpus()[0].model}, ${os.cpus().length} cores, ${(
os.totalmem() /
1024 /
1024 /
Expand Down

0 comments on commit b66d877

Please sign in to comment.