Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions JetStreamDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -2109,14 +2109,18 @@ let BENCHMARKS = [
files: [
"./simple/doxbee-promise.js",
],
tags: ["default", "js", "promise", "Simple"],
iterations: 80,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the doxbee changes intended (or accidental)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, accidental, will revert.

worstCaseCount: 3,
tags: ["default", "js", "promise", "Simple", "Doxbee"],
}),
new AsyncBenchmark({
name: "doxbee-async",
files: [
"./simple/doxbee-async.js",
],
tags: ["default", "js", "Simple"],
iterations: 80,
worstCaseCount: 3,
tags: ["default", "js", "async", "Simple", "Doxbee"],
}),
// SeaMonster
new DefaultBenchmark({
Expand Down Expand Up @@ -2489,8 +2493,8 @@ let BENCHMARKS = [
inputFontItalic: "./Kotlin-compose/build/jetbrainsmono_italic.ttf",
inputFontRegular: "./Kotlin-compose/build/jetbrainsmono_regular.ttf"
},
iterations: 15,
worstCaseCount: 2,
iterations: 5,
worstCaseCount: 1,
tags: ["default", "Wasm"],
}),
new AsyncBenchmark({
Expand Down
Loading