We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8552b57 commit cd6f62eCopy full SHA for cd6f62e
1 file changed
src/pages/benchmarks/index.tsx
@@ -9,6 +9,7 @@ const engines = [
9
"boa",
10
"v8-jitless",
11
"sm-jitless",
12
+ "kiesel",
13
"libjs",
14
"duktape",
15
"quickjs",
@@ -17,6 +18,7 @@ const engines = [
17
18
export default function Benchmarks() {
19
const [selectedEngines, setSelectedEngines] = useState<string[]>([
20
21
22
23
24
0 commit comments