Skip to content

Commit

Permalink
package: refresh benchmarks after upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mpareja committed May 18, 2020
1 parent 06b0362 commit 32a37c5
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/test/benchmark/noop-consumer.benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { initializeStore, log } = require('../interactive/init')
const { InteractiveMessage } = require('../interactive/messages')

const category = process.env.CATEGORY || exampleCategory('NoOpConsumerBenchmark', { randomize: true })
const total = process.env.CYCLES || 1e3
const total = process.env.CYCLES || 1e6

benchmark()

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"date": "2020-05-18T14:12:20.579Z",
"count": 1000000,
"durationMicroSeconds": 20677370.288,
"averageOverheadMicroSeconds": 20.677,
"operationsPerSecond": 48362.049,
"cpu": {
"manufacturer": "Intel®",
"brand": "Xeon® E3-1225 v3",
"vendor": "GenuineIntel",
"family": "6",
"model": "60",
"stepping": "3",
"revision": "",
"voltage": "",
"speed": "3.20",
"speedmin": "0.80",
"speedmax": "3.20",
"governor": "powersave",
"cores": 8,
"physicalCores": 4,
"processors": 1,
"socket": "",
"cache": {
"l1d": 32768,
"l1i": 32768,
"l2": 262144,
"l3": 8388608
}
},
"os": {
"platform": "linux",
"distro": "Ubuntu",
"release": "18.04.4 LTS",
"kernel": "4.15.0-99-generic",
"arch": "x64",
"servicepack": ""
},
"node": "v12.16.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"date": "2020-05-18T13:33:28.840Z",
"count": 100000,
"durationMicroSeconds": 42637963.262,
"averageOverheadMicroSeconds": 426.38,
"operationsPerSecond": 2345.328,
"cpu": {
"manufacturer": "Intel®",
"brand": "Xeon® E3-1225 v3",
"vendor": "GenuineIntel",
"family": "6",
"model": "60",
"stepping": "3",
"revision": "",
"voltage": "",
"speed": "3.20",
"speedmin": "0.80",
"speedmax": "3.20",
"governor": "powersave",
"cores": 8,
"physicalCores": 4,
"processors": 1,
"socket": "",
"cache": {
"l1d": 32768,
"l1i": 32768,
"l2": 262144,
"l3": 8388608
}
},
"os": {
"platform": "linux",
"distro": "Ubuntu",
"release": "18.04.4 LTS",
"kernel": "4.15.0-99-generic",
"arch": "x64",
"servicepack": ""
},
"node": "v12.16.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"date": "2020-05-18T13:38:23.947Z",
"count": 100,
"durationMicroSeconds": 30193675.005,
"averageOverheadMicroSeconds": 301936.75,
"operationsPerSecond": 3.312,
"cpu": {
"manufacturer": "Intel®",
"brand": "Xeon® E3-1225 v3",
"vendor": "GenuineIntel",
"family": "6",
"model": "60",
"stepping": "3",
"revision": "",
"voltage": "",
"speed": "3.20",
"speedmin": "0.80",
"speedmax": "3.20",
"governor": "powersave",
"cores": 8,
"physicalCores": 4,
"processors": 1,
"socket": "",
"cache": {
"l1d": 32768,
"l1i": 32768,
"l2": 262144,
"l3": 8388608
}
},
"os": {
"platform": "linux",
"distro": "Ubuntu",
"release": "18.04.4 LTS",
"kernel": "4.15.0-99-generic",
"arch": "x64",
"servicepack": ""
},
"node": "v12.16.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"date": "2020-05-18T13:34:44.167Z",
"count": 100000,
"durationMicroSeconds": 45741778.827,
"averageOverheadMicroSeconds": 457.418,
"operationsPerSecond": 2186.185,
"cpu": {
"manufacturer": "Intel®",
"brand": "Xeon® E3-1225 v3",
"vendor": "GenuineIntel",
"family": "6",
"model": "60",
"stepping": "3",
"revision": "",
"voltage": "",
"speed": "3.20",
"speedmin": "0.80",
"speedmax": "3.20",
"governor": "powersave",
"cores": 8,
"physicalCores": 4,
"processors": 1,
"socket": "",
"cache": {
"l1d": 32768,
"l1i": 32768,
"l2": 262144,
"l3": 8388608
}
},
"os": {
"platform": "linux",
"distro": "Ubuntu",
"release": "18.04.4 LTS",
"kernel": "4.15.0-99-generic",
"arch": "x64",
"servicepack": ""
},
"node": "v12.16.0"
}

0 comments on commit 32a37c5

Please sign in to comment.